12 #ifndef FRAMETHREAD_HH
13 #define FRAMETHREAD_HH
void run() override
Start thread with all functionality.
FrameThread(Communication *communication=nullptr, QObject *parent=nullptr)
Construct new FrameThread object.
Communication * _communication
Communication class handle;.
void info(const QString &info)
Signal to be emmited to add information to logs.
void error(const QString &error)
Signal to be emmited when some error occured when running thread.
Header file for Communication class.