Skip to content

Commit

Permalink
Removed qDebug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizbee committed May 19, 2019
1 parent 258c9d4 commit 0768fca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/fractalwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <QPainter>
#include <QAction>
#include <QIcon>
#include <QDebug>

static QPoint mousePosition;

Expand Down
1 change: 0 additions & 1 deletion src/settingswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <QStandardPaths>
#include <QFileDialog>
#include <QSettings>
#include <QDebug>
#include <QUrl>

SettingsWidget::SettingsWidget(Parameters *params, QWidget *parent) :
Expand Down

0 comments on commit 0768fca

Please sign in to comment.