diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b3acb3f05..f28149c70 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -236,4 +236,4 @@ ELSEIF( APPLE ) install( TARGETS tomahawk RUNTIME DESTINATION bin ) ENDIF( APPLE ) -INCLUDE( "CPack.txt" ) +#INCLUDE( "CPack.txt" ) diff --git a/src/libtomahawk/functimeout.h b/src/libtomahawk/functimeout.h index 9a6b97d24..c66134311 100644 --- a/src/libtomahawk/functimeout.h +++ b/src/libtomahawk/functimeout.h @@ -47,7 +47,7 @@ public: : m_func( func ) { //qDebug() << Q_FUNC_INFO; - QTimer::singleShot( ms, this, SLOT(exec() ) ); + QTimer::singleShot( ms, this, SLOT( exec() ) ); }; ~FuncTimeout()