F1ash / qt-virt-manager

Qt Virtual machines manager
http://f1ash.github.io/qt-virt-manager
GNU General Public License v2.0
233 stars 71 forks source link

Qt 5.13 (as in Fedora 31) #45

Open rapgro opened 3 years ago

rapgro commented 3 years ago

In file src/state_monitor/domain_monitor_thread.h

#if (QT_VERSION >= QT_VERSION_CHECK(4, 7, 0))
#include <QElapsedTimer>
#else
#include <QTime>
#endif

and

#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
    QElapsedTimer        tMark;
#else
    QTime                tMark;
#endif
F1ash commented 3 years ago

ok, will be soon...