Skip to content

Commit

Permalink
Fix thumbbuttons when compiling without QtSparkle *cough*
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Nov 19, 2012
1 parent 5d37e12 commit 795f477
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/TomahawkWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@
#include <QToolBar>
#include <QToolButton>

#if defined( Q_WS_WIN ) && defined( WITH_QtSparkle )
#include <qtsparkle/Updater>
#if defined( Q_WS_WIN )
#if defined ( WITH_QtSparkle )
#include <qtsparkle/Updater>
#endif
#ifndef THBN_CLICKED
#define THBN_CLICKED 0x1800
#endif
Expand Down

0 comments on commit 795f477

Please sign in to comment.