Drop QThread::msleep wrapper

This commit is contained in:
Vladimir Golovnev (Glassez) 2017-04-26 08:58:43 +03:00
parent d5d946dd66
commit 335443e6a0
5 changed files with 6 additions and 25 deletions

View file

@ -98,8 +98,6 @@ namespace Utils
QList<int> intListfromStringList(const QStringList &l);
QList<bool> boolListfromStringList(const QStringList &l);
void msleep(unsigned long msecs);
#ifndef DISABLE_GUI
void openPath(const QString& absolutePath);
void openFolderSelect(const QString& absolutePath);