diff --git a/snapshotview.h b/snapshotview.h --- a/snapshotview.h +++ b/snapshotview.h @@ -2,6 +2,7 @@ #define SNAPSHOTVIEW_H #include +#include #include #include #include @@ -28,9 +29,14 @@ signals: private: Ui::SnapShotView *ui; QList curves; + SnapShot* _snapShot; + QInputDialog renameDialog; - SnapShot* _snapShot; void closeEvent(QCloseEvent *event); + +private slots: + void showRenameDialog(); + void renameSnapshot(QString name); }; #endif // SNAPSHOTVIEW_H