mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
FILE NAMES ARE CASE SENSITIVE IN PORTABLE APPLICATIONS, DAMNIT!
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1136 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
cd85935f9e
commit
41521a08ae
@ -31,7 +31,7 @@
|
||||
#include <coreplugin/iuavgadgetconfiguration.h>
|
||||
#include "qsettings.h"
|
||||
#include <qstringlist.h>
|
||||
#include <qtimer>
|
||||
#include <QTimer>
|
||||
|
||||
using namespace Core;
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
#include <QList>
|
||||
#include "NotifyPluginConfiguration.h"
|
||||
#include "notifypluginconfiguration.h"
|
||||
|
||||
class NotifyTableModel : public QAbstractTableModel
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user