1
0
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:
Christian Muehlhaeuser
2011-03-20 03:04:44 +01:00
parent ca016dae43
commit c0f7cf79eb
2 changed files with 2 additions and 2 deletions

View File

@@ -236,4 +236,4 @@ ELSEIF( APPLE )
install( TARGETS tomahawk RUNTIME DESTINATION bin )
ENDIF( APPLE )
INCLUDE( "CPack.txt" )
#INCLUDE( "CPack.txt" )

View File

@@ -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()