Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt 5.13 (as in Fedora 31) #45

Open
rapgro opened this issue Jul 22, 2020 · 1 comment
Open

Qt 5.13 (as in Fedora 31) #45

rapgro opened this issue Jul 22, 2020 · 1 comment

Comments

@rapgro
Copy link

rapgro commented Jul 22, 2020

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
@rapgro rapgro changed the title Qt 5.13 (as in Fedora 33) Qt 5.13 (as in Fedora 31) Jul 22, 2020
@F1ash
Copy link
Owner

F1ash commented Jul 31, 2020

ok, will be soon...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants