mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
* Emit a signal when the Pipeline gets started.
This commit is contained in:
parent
e31d6ac0a7
commit
b16a18cfbb
@ -95,6 +95,7 @@ Pipeline::start()
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << "Shunting" << m_queries_pending.size() << "queries!";
|
||||
m_running = true;
|
||||
emit running();
|
||||
|
||||
shuntNext();
|
||||
}
|
||||
|
@ -82,6 +82,7 @@ public slots:
|
||||
void databaseReady();
|
||||
|
||||
signals:
|
||||
void running();
|
||||
void idle();
|
||||
void resolving( const Tomahawk::query_ptr& query );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user