Revert "Proposed fix for 1352 Ifreeze when adding instruments or moving mixer tracks"

This commit is contained in:
Vesa V
2015-01-04 18:48:12 +02:00
parent 9a98adaaed
commit 1bb6fa072f
2 changed files with 1 additions and 36 deletions

View File

@@ -33,7 +33,6 @@
#include "Track.h"
#include "JournallingObject.h"
#include "InstrumentTrack.h"
class QVBoxLayout;
@@ -183,23 +182,6 @@ signals:
} ;
class InstrumentLoaderThread : public QThread
{
Q_OBJECT
public:
InstrumentLoaderThread( QObject *parent = 0 , InstrumentTrack *it = 0, QString name = "" );
void run();
private:
InstrumentTrack *m_it;
QString m_name;
};
#endif