summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale/miscellaneous.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qlocale/miscellaneous.h')
-rw-r--r--tests/manual/qlocale/miscellaneous.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manual/qlocale/miscellaneous.h b/tests/manual/qlocale/miscellaneous.h
index 33d8ef9..3b635b8 100644
--- a/tests/manual/qlocale/miscellaneous.h
+++ b/tests/manual/qlocale/miscellaneous.h
@@ -56,14 +56,17 @@ private:
QLabel *standardQuotedTextLabel;
QLabel *alternateQuotedTextLabel;
QLabel *textDirectionLabel;
+ QLabel *listToSeparatedStringLabel;
QLineEdit *textToQuote;
QLineEdit *standardQuotedText;
QLineEdit *alternateQuotedText;
QLineEdit *textDirection;
+ QLineEdit *listToSeparatedStringText;
private slots:
void localeChanged(QLocale locale);
void updateQuotedText(QString str);
+ void updateListToSeparatedStringText();
};
#endif // MISCELLANEOUS_H