summaryrefslogtreecommitdiff
path: root/tikzit/src/gui/propertypalette.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gui/propertypalette.h')
-rw-r--r--tikzit/src/gui/propertypalette.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/gui/propertypalette.h b/tikzit/src/gui/propertypalette.h
index 8e8e5b3..f2f1955 100644
--- a/tikzit/src/gui/propertypalette.h
+++ b/tikzit/src/gui/propertypalette.h
@@ -15,6 +15,8 @@ public:
explicit PropertyPalette(QWidget *parent = 0);
~PropertyPalette();
+protected:
+ void closeEvent(QCloseEvent *event);
private:
Ui::PropertyPalette *ui;
};