summaryrefslogtreecommitdiffstats
path: root/snowshoe.pro
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@openbossa.org>2011-07-12 11:38:54 -0300
committerAlexis Menard <alexis.menard@openbossa.org>2011-07-12 15:14:15 -0300
commitc9037089353e8edc7c4361d1ccefbb3b50522785 (patch)
treea8bc60a5bb872b3ebc0898a09f186e572439e410 /snowshoe.pro
parentde2d6adb2883964267e815a7c1e22e4622e3e62e (diff)
Simplify the architecture by merging MainView in PageWidget.
In the future PageWidget(which needs to be renamed when the tabwidget will be in QML) will only instanciate a QDeclarativeView and load the main.qml file which will contain the entire UI. Reviewed-by: Ademar Reis
Diffstat (limited to 'snowshoe.pro')
-rw-r--r--snowshoe.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/snowshoe.pro b/snowshoe.pro
index a22176b..b79486a 100644
--- a/snowshoe.pro
+++ b/snowshoe.pro
@@ -6,15 +6,13 @@ QT += declarative
SOURCES += \
main.cpp \
BrowserWindow.cpp \
- MainView.cpp \
PageWidget.cpp \
- DeclarativeDesktopWebView.cpp \
+ DeclarativeDesktopWebView.cpp
HEADERS += \
BrowserWindow.h \
- MainView.h \
PageWidget.h \
- DeclarativeDesktopWebView.h \
+ DeclarativeDesktopWebView.h
RESOURCES += \
snowshoe.qrc