Re Modicaition : Folder Structure
[photoenhancer] / src / core / workspace.h
diff --git a/src/core/workspace.h b/src/core/workspace.h
deleted file mode 100644 (file)
index 4fcb21f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef WORKSPACE_H
-#define WORKSPACE_H
-
-#include <QWidget>
-
-class Workspace : public QWidget
-{
-    Q_OBJECT
-public:
-    explicit Workspace(QWidget *parent = 0);
-    void loadImage(QString fileName);
-    virtual void paintEvent(QPaintEvent *);
-signals:
-
-
-public slots:
-    void zoomIn();
-    void zoomOut();
-
-private:
-    QImage mImage;
-
-};
-
-#endif // WORKSPACE_H