summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/settingseditor/locationdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/settingseditor/locationdialog.h')
-rw-r--r--examples/widgets/tools/settingseditor/locationdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/widgets/tools/settingseditor/locationdialog.h b/examples/widgets/tools/settingseditor/locationdialog.h
index 5bb68d54df..d6f0225a31 100644
--- a/examples/widgets/tools/settingseditor/locationdialog.h
+++ b/examples/widgets/tools/settingseditor/locationdialog.h
@@ -50,6 +50,7 @@ class QDialogButtonBox;
class QGroupBox;
class QLabel;
class QTableWidget;
+class QTableWidgetItem;
QT_END_NAMESPACE
class LocationDialog : public QDialog
@@ -66,6 +67,7 @@ public:
private slots:
void updateLocationsTable();
+ void itemActivated(QTableWidgetItem *);
private:
QLabel *formatLabel;