We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f267e7 commit b2306e7Copy full SHA for b2306e7
app/architecture.cpp
@@ -22,6 +22,8 @@
22
23
#include "architecture.h"
24
25
+#include <QObject>
26
+
27
QList<Architecture> architecture_all() {
28
static QList<Architecture> list =
29
[]() {
app/file_type.cpp
@@ -1,6 +1,8 @@
1
2
#include "file_type.h"
3
4
5
6
QList<FileType> file_type_all() {
7
static QList<FileType> list =
8
0 commit comments