1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

For some reason Mac needs QThread explicitly included - apparently this worked on Windows.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1215 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
peabody124 2010-08-05 20:29:22 +00:00 committed by peabody124
parent 0eac218572
commit 8c68c2a315

View File

@ -33,6 +33,7 @@
#include <iostream>
#include <QtGui/QFileDialog>
#include <QDebug>
#include <QThread>
class MyThread : public QThread