mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-15 15:13:40 +00:00
more refactoring and tests profile tab
This commit is contained in:
@ -21,15 +21,11 @@
|
||||
#include <QThread>
|
||||
|
||||
|
||||
// class for sleeping function
|
||||
class SleepThread : public QThread
|
||||
{
|
||||
Q_OBJECT
|
||||
// private run
|
||||
void run()
|
||||
{}
|
||||
|
||||
public :
|
||||
public:
|
||||
static void usleep(long iSleepTime)
|
||||
{
|
||||
QThread::usleep(iSleepTime);
|
||||
@ -46,4 +42,5 @@ public :
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
#endif /* SLEEPTHREAD_H */
|
||||
|
||||
Reference in New Issue
Block a user