From: Michal MalĂ˝ Date: Sun, 17 Nov 2013 14:04:05 +0000 (+0100) Subject: - Remove useless QDebug X-Git-Tag: 0.1c X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=981d030875a3d8839d06b9eca5b1146dd2ba9120;p=anyanka.git - Remove useless QDebug - Bump version to 0.1c --- diff --git a/globalinfo.cpp b/globalinfo.cpp index 3556bf1..ff95cca 100644 --- a/globalinfo.cpp +++ b/globalinfo.cpp @@ -24,4 +24,4 @@ const int GlobalInfo::APP_VERSION_MAJ(0); const int GlobalInfo::APP_VERSION_MIN(1); -const QString GlobalInfo::APP_VERSION_REV("b"); +const QString GlobalInfo::APP_VERSION_REV("c"); diff --git a/gui/aboutanyanka.cpp b/gui/aboutanyanka.cpp index 43720f9..ade4cd0 100644 --- a/gui/aboutanyanka.cpp +++ b/gui/aboutanyanka.cpp @@ -23,8 +23,6 @@ #include "aboutanyanka.h" #include "ui_aboutanyanka.h" -#include - AboutAnyanka::AboutAnyanka(QWidget *parent) : QDialog(parent), ui(new Ui::AboutAnyanka)