a4e338cc1d35994af673d7a140664c54950058bf
[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 signals:
15
16 public slots:
17
18 };
19
20 #endif // PHOTOVIEWER_H