diff options
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index aac913c5..680e0af5 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -44,6 +44,9 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <algorithm> +using namespace MOBase; + + ModList::ModList(QObject *parent) : QAbstractItemModel(parent), m_Profile(NULL), m_Modified(false), m_FontMetrics(QFont()) |
