Sign in
gwj
/
po_oopc
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b2f035d89859814e7a85fff5502286ef3e0d3910
Authored by
Grzegorz Jabłoński
2019-10-31 17:04:19 +0100
1 parent
8b7bc41c
Added missing include in Qt example
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
qt-steps/08-tutorial/15/main.cpp
qt-steps/08-tutorial/15/main.cpp
View file @
b2f035d
...
...
@@ -23,6 +23,7 @@
23
23
24
24
#include <QApplication>
25
25
#include <QTranslator>
26
+#include <QLocale>
26
27
27
28
#include "gameboard.h"
28
29
...
...