mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-30 09:10:53 +02:00
* Fixed CFBundleIdentifier in Info.plist. * Added more debug output to solve assert issue.
This commit is contained in:
@@ -105,10 +105,11 @@ ControlConnection::registerSource()
|
||||
void
|
||||
ControlConnection::setupDbSyncConnection( bool ondemand )
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO << ondemand << m_source->id() << ondemand << m_dbconnkey << m_dbsyncconn << m_registered;
|
||||
|
||||
if ( m_dbsyncconn || !m_registered )
|
||||
return;
|
||||
|
||||
qDebug() << Q_FUNC_INFO << ondemand << m_source->id() << ondemand << m_dbconnkey;
|
||||
Q_ASSERT( m_source->id() > 0 );
|
||||
|
||||
if( !m_dbconnkey.isEmpty() )
|
||||
|
Reference in New Issue
Block a user