Fix inadvertent tqt changes.

master
Darrell Anderson 12 years ago
parent c5e51f86d1
commit 9a047f7a3a

@ -91,7 +91,7 @@ public:
bool busy() { return m_rebuildScheduled || m_inRebuild; }
signals:
// this is adept::Lister because of braindead tqmoc
// this is adept::Lister because of braindead moc
void actionsChanged( adept::Lister * );
void cardinalityChanged( const Lister::Cardinality & );
void detailsRequested( Lister::Entity );

@ -73,7 +73,7 @@ public:
bool busy() { return m_rebuildScheduled || m_inRebuild; }
signals:
// this is adept::Lister because of braindead tqmoc
// this is adept::Lister because of braindead moc
void actionsChanged( adept::Lister * );
void cardinalityChanged( const Lister::Cardinality & );
void detailsRequested( Lister::Entity );

Loading…
Cancel
Save