Commit b2f035d89859814e7a85fff5502286ef3e0d3910

Authored by Grzegorz Jabłoński
1 parent 8b7bc41c

Added missing include in Qt example

qt-steps/08-tutorial/15/main.cpp
... ... @@ -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  
... ...