Skip to content

Commit

Permalink
Removed image from docu of v0.8
Browse files Browse the repository at this point in the history
Signed-off-by: julianmi <[email protected]>
  • Loading branch information
julianmi committed Mar 2, 2018
1 parent a675de5 commit 706ef00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/doc.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<file>images/new_pw.png</file>
<file>images/pw.png</file>
<file>images/new_pro.png</file>
<file>images/ms.png</file>
<file>about.md</file>
<file>doc.html</file>
<file>doc.qrc</file>
Expand Down
1 change: 0 additions & 1 deletion src/setupdialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ void SetupDialog::accept() {
QString fileName = settings_.value("conf/logFileDir").toString() + "/" +
settings_.value("conf/logFileName").toString();
settings_.setValue("conf/logFile", fileName);
qDebug() << settings_.value("conf/logFile");
settings_.setValue("conf/logInterval", log_interval_spin_box_->value());
settings_.setValue("conf/confAccepted", true);
settings_.setValue("lastLogTime", QDateTime::currentDateTime());
Expand Down

0 comments on commit 706ef00

Please sign in to comment.