1 #ifndef MUSICSONGSMANAGERTHREAD_H
2 #define MUSICSONGSMANAGERTHREAD_H
40 void setFindFilePath(
const QString &path) noexcept;
44 void setFindFilePath(
const QStringList &path) noexcept;
50 void searchFilePathChanged(
const QStringList &
name);
56 virtual void run()
override final;
62 #endif // MUSICSONGSMANAGERTHREAD_H
#define TTK_MODULE_EXPORT
The class of the songs manager thread.
#define TTK_DECLARE_MODULE(Class)
virtual void run() override
The class of the ttk abstract thread.