mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +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 )
|
install( TARGETS tomahawk RUNTIME DESTINATION bin )
|
||||||
ENDIF( APPLE )
|
ENDIF( APPLE )
|
||||||
|
|
||||||
INCLUDE( "CPack.txt" )
|
#INCLUDE( "CPack.txt" )
|
||||||
|
@@ -47,7 +47,7 @@ public:
|
|||||||
: m_func( func )
|
: m_func( func )
|
||||||
{
|
{
|
||||||
//qDebug() << Q_FUNC_INFO;
|
//qDebug() << Q_FUNC_INFO;
|
||||||
QTimer::singleShot( ms, this, SLOT(exec() ) );
|
QTimer::singleShot( ms, this, SLOT( exec() ) );
|
||||||
};
|
};
|
||||||
|
|
||||||
~FuncTimeout()
|
~FuncTimeout()
|
||||||
|
Reference in New Issue
Block a user