diff options
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index 098d419..ece2bfb 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -34,11 +34,16 @@ class PicturesWidget : public QWidget { private slots: void setMappingColors(); void editMappings(); + void constructWindowTitle(); + + signals: + void needWindowTitleChange(QString); private: MappingTreeWidget *mMappingTree; PictureView *mPictureView; MappingEditDialog *mEditDialog; + const QString mWindowTitleBase; }; class PictureView : public QTreeView { |