Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit f045306

Browse files
committed
fix: Added missing QTimer include
Class didn't compile anymore under Qt 5.15 due to missing include.
1 parent 35feb2b commit f045306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/hardware/linux/wifi_wpasupplicant.h

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <QSocketNotifier>
3939
#include <QString>
4040
#include <QStringRef>
41+
#include <QTimer>
4142
#include <memory>
4243
#include <mutex>
4344
#include <thread>

0 commit comments

Comments
 (0)