mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Remove redundant semilcolons
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user