Fixed errors and warnings from Travis CI.

openmw-35
dteviot 10 years ago
parent dfbd470613
commit 93bbd7463a

@ -6,7 +6,7 @@
#include <QDir>
#include <QTextCodec>
#include <QDebug>
#include <qbrush>
#include <QBrush>
#include "components/esm/esmreader.hpp"

@ -5,7 +5,7 @@ QString ContentSelectorModel::LoadOrderError::sErrorToolTips[ErrorCode_LoadOrder
{
QString("Unable to find dependant file: %1"),
QString("Dependent file needs to be active: %1"),
QString("This file needs to load after %1"),
QString("This file needs to load after %1")
};
ContentSelectorModel::LoadOrderError ContentSelectorModel::LoadOrderError::sNoError = ContentSelectorModel::LoadOrderError();

@ -14,7 +14,7 @@ namespace ContentSelectorModel
ErrorCode_None = 0,
ErrorCode_MissingDependency = 1,
ErrorCode_InactiveDependency = 2,
ErrorCode_LoadOrder = 3,
ErrorCode_LoadOrder = 3
};
inline LoadOrderError() : mErrorCode(ErrorCode_None) {};

Loading…
Cancel
Save