diff options
author | Arno <am@disconnect.de> | 2010-08-07 12:30:39 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-08-07 12:30:39 +0200 |
commit | ef7524a3bb1ea0b1ec5e935c089925277ca278bf (patch) | |
tree | c12851495e7cc3ac080dd67a0d7772369f2330e5 | |
parent | bd036870603e924c91d72285697c19e495991e0f (diff) | |
download | SheMov-ef7524a3bb1ea0b1ec5e935c089925277ca278bf.tar.gz SheMov-ef7524a3bb1ea0b1ec5e935c089925277ca278bf.tar.bz2 SheMov-ef7524a3bb1ea0b1ec5e935c089925277ca278bf.zip |
Verion bump
Created version 1.0.0 treemodel. Also removed some <QDebug> includes.
-rw-r--r-- | filestreewidget.cpp | 2 | ||||
-rw-r--r-- | main.cpp | 2 | ||||
-rw-r--r-- | seriestreemodel.cpp | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/filestreewidget.cpp b/filestreewidget.cpp index d87396e..765fc44 100644 --- a/filestreewidget.cpp +++ b/filestreewidget.cpp @@ -22,8 +22,6 @@ #include <QEvent> #include <QSettings> -#include <QDebug> - #include "filestreewidget.h" #include "smglobals.h" #include "filestreemodel.h" @@ -15,7 +15,7 @@ int main(int argc, char **argv){ QCoreApplication::setOrganizationName("Sissie's, Inc."); QCoreApplication::setOrganizationDomain("hadante.servebeer.com"); QCoreApplication::setApplicationName("SheMov"); - QCoreApplication::setApplicationVersion("0.1"); + QCoreApplication::setApplicationVersion("1.0 TreeVersion"); QPixmap splash(":/shemov_splash.png"); QSplashScreen sp(splash); sp.show(); diff --git a/seriestreemodel.cpp b/seriestreemodel.cpp index 8de3d01..b74fa13 100644 --- a/seriestreemodel.cpp +++ b/seriestreemodel.cpp @@ -10,8 +10,6 @@ #include <QIcon> #include <QFile> -#include <QDebug> - #include "seriestreemodel.h" #include "smtreeitem.h" #include "helper.h" |