Done ! Testing and not working :)
[photoenhancer] / src / app / viewer / photoviewer.h
1 #ifndef PHOTOVIEWER_H
2 #define PHOTOVIEWER_H
3
4 #include <QMainWindow>
5 class Workspace;
6 class PhotoViewer : public QMainWindow
7 {
8     Q_OBJECT
9 public:
10     explicit PhotoViewer(QWidget *parent = 0);
11 private:
12     Workspace *mWorkspace;
13     void processCommandLineArgs();
14 private slots:
15     void browseFiles();
16 signals:
17
18 public slots:
19
20 };
21
22 #endif // PHOTOVIEWER_H