summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/Trellis/QtGridSelectionDialog.h')
-rw-r--r--Swift/QtUI/Trellis/QtGridSelectionDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/Trellis/QtGridSelectionDialog.h b/Swift/QtUI/Trellis/QtGridSelectionDialog.h
index 56a575f..557963d 100644
--- a/Swift/QtUI/Trellis/QtGridSelectionDialog.h
+++ b/Swift/QtUI/Trellis/QtGridSelectionDialog.h
@@ -42,6 +42,7 @@ namespace Swift {
void showEvent(QShowEvent* event);
void hideEvent(QHideEvent* event);
void leaveEvent(QEvent *event);
+ bool event(QEvent* event);
private:
int padding;
@@ -53,5 +54,7 @@ namespace Swift {
QSize currentGridSize;
QSize minGridSize;
QSize maxGridSize;
+
+ const QString descriptionText;
};
}