fixed #11 compile against Qt 5 (Qt4 and Qt5 supported and waguely tested)

This commit is contained in:
Petr Vanek
2014-04-11 21:28:52 +02:00
parent d6ceb5ae00
commit 5d3ef34cc2
35 changed files with 138 additions and 127 deletions
+2 -2
View File
@@ -21,11 +21,11 @@
*/
#include <QtDebug>
// Own
#include "BlockArray.h"
#include <QtCore>
// System
#include <assert.h>
#include <sys/mman.h>