mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
* Don't include CPack.txt for now.
This commit is contained in:
@@ -236,4 +236,4 @@ ELSEIF( APPLE )
|
||||
install( TARGETS tomahawk RUNTIME DESTINATION bin )
|
||||
ENDIF( APPLE )
|
||||
|
||||
INCLUDE( "CPack.txt" )
|
||||
#INCLUDE( "CPack.txt" )
|
||||
|
@@ -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()
|
||||
|
Reference in New Issue
Block a user