summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale/currency.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qlocale/currency.h')
-rw-r--r--tests/manual/qlocale/currency.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/manual/qlocale/currency.h b/tests/manual/qlocale/currency.h
index 97e1dd9..5e43689 100644
--- a/tests/manual/qlocale/currency.h
+++ b/tests/manual/qlocale/currency.h
@@ -50,8 +50,6 @@ public:
CurrencyWidget();
private:
- QLocale currentLocale;
-
QLabel *currencySymbolLabel;
QLineEdit *currencySymbol;
QLabel *currencyISOLabel;
@@ -64,7 +62,6 @@ private:
private slots:
void localeChanged(QLocale locale);
- void update(const QLocale locale);
void updateCurrencyFormatting(QString);
};