diff options
author | Gökçen Eraslan <gokcen.eraslan@gmail.com> | 2016-01-12 21:38:22 +0100 |
---|---|---|
committer | Gökçen Eraslan <gokcen.eraslan@gmail.com> | 2016-01-12 21:38:22 +0100 |
commit | 0c4f091e74a5c6d1e0b5f4cf47670bd1c3e1e3e6 (patch) | |
tree | 6efc20af7449539fc54a96f96c43481edba0cc28 /quacker/noteeditor.cpp | |
parent | 162cd748627bd36a5390143a6df75a5b8fc4436c (diff) |
Port Quackle to Qt 5.5
Diffstat (limited to 'quacker/noteeditor.cpp')
-rw-r--r-- | quacker/noteeditor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/noteeditor.cpp b/quacker/noteeditor.cpp index 10173e1..149b88a 100644 --- a/quacker/noteeditor.cpp +++ b/quacker/noteeditor.cpp @@ -17,6 +17,8 @@ */ #include <QtGui> +#include <QVBoxLayout> +#include <QTextEdit> #include <game.h> #include <quackleio/util.h> |