#include <importmusic.h>
Public Member Functions | |
| FileScannerThread (ImportMusicDialog *parent) | |
| virtual void | run () |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
Private Attributes | |
| ImportMusicDialog * | m_parent |
Definition at line 31 of file importmusic.h.
| FileScannerThread::FileScannerThread | ( | ImportMusicDialog * | parent | ) |
Definition at line 66 of file importmusic.cpp.
| void FileScannerThread::run | ( | void | ) | [virtual] |
Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead.
Reimplemented from MThread.
Definition at line 71 of file importmusic.cpp.
ImportMusicDialog* FileScannerThread::m_parent [private] |
Definition at line 38 of file importmusic.h.
Referenced by run().
1.6.3