diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-23 14:08:10 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-23 14:08:10 -0400 |
commit | 963d756dac761f7833e0a7c5cb423a1a8dd6b750 (patch) | |
tree | 6c3168462472fa5e18c3dcc7518282ce6ca4972f | |
parent | Ok, adjust the window check/movement routine one more time - Now it runs the ... (diff) | |
download | lumina-963d756dac761f7833e0a7c5cb423a1a8dd6b750.tar.gz lumina-963d756dac761f7833e0a7c5cb423a1a8dd6b750.tar.bz2 lumina-963d756dac761f7833e0a7c5cb423a1a8dd6b750.zip |
Turn off one last DEBUG flag before the release is cut.
-rw-r--r-- | lumina-fm/FODialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-fm/FODialog.cpp b/lumina-fm/FODialog.cpp index 34d5ec6c..a34e37c9 100644 --- a/lumina-fm/FODialog.cpp +++ b/lumina-fm/FODialog.cpp @@ -10,7 +10,7 @@ #include <QApplication> #include <QFontMetrics> -#define DEBUG 1 +#define DEBUG 0 FODialog::FODialog(QWidget *parent) : QDialog(parent), ui(new Ui::FODialog){ ui->setupUi(this); //load the designer file |