Skip to content

Commit

Permalink
Prepped for removing heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdorman committed Nov 18, 2013
1 parent 653e686 commit 3a07d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main_window.cpp
Expand Up @@ -293,6 +293,7 @@ void MainWindow::updateSettings()


void MainWindow::updateAdvert() void MainWindow::updateAdvert()
{ {
if(!m_heartbeat) return;
QString version = (QString::number(COMPUTER_VERSION_MAJOR) + "." QString version = (QString::number(COMPUTER_VERSION_MAJOR) + "."
+ QString::number(COMPUTER_VERSION_MINOR)); + QString::number(COMPUTER_VERSION_MINOR));
#if defined(Q_OS_WIN) #if defined(Q_OS_WIN)
Expand Down

0 comments on commit 3a07d1b

Please sign in to comment.