From 5fcdd424d7bd798673b1b545f7f990aba65471a9 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 16 Oct 2014 00:26:02 +0000 Subject: removed old code git-svn-id: file:///var/local/svn/basicwriter@57 daaaf23c-2e50-4459-9457-1e69db5a47bf --- src/gui/notepad.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/gui/notepad.cpp (limited to 'src/gui/notepad.cpp') diff --git a/src/gui/notepad.cpp b/src/gui/notepad.cpp deleted file mode 100644 index e7035f1..0000000 --- a/src/gui/notepad.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include - -#include -//#include - -Notepad::Notepad(QWidget *parent) : - QMainWindow(parent) -{ - UIPaneFrame *frame = new UIPaneFrame(this); - this->setCentralWidget(frame); -// resize(1024, 768); -// uigrid::UIGrid *grid = new uigrid::UIGrid(this); -// setCentralWidget(grid); -} - -Notepad::~Notepad() -{ - -} -- cgit v1.2.3