mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 14:28:24 +01:00
Remove redundant semilcolons
This commit is contained in:
parent
6fba317ea9
commit
7324de71b9
@ -59,8 +59,8 @@ public:
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
}
|
||||
|
||||
bool isDeleting() { QMutexLocker locker( &m_deletingMutex ); return m_deleting; };
|
||||
void setIsDeleting() { QMutexLocker locker( &m_deletingMutex ); m_deleting = true; };
|
||||
bool isDeleting() { QMutexLocker locker( &m_deletingMutex ); return m_deleting; }
|
||||
void setIsDeleting() { QMutexLocker locker( &m_deletingMutex ); m_deleting = true; }
|
||||
|
||||
signals:
|
||||
void fileToScan( QFileInfo );
|
||||
|
Loading…
x
Reference in New Issue
Block a user