From c05be9f5c3dc1b97d540cf9de7d99d0c0d692db7 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 26 May 2015 20:42:15 +0200 Subject: small stuff --- src/modlist.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modlist.cpp') diff --git a/src/modlist.cpp b/src/modlist.cpp index 3aed1d4c..74aa542d 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -83,6 +83,7 @@ void ModList::setProfile(Profile *profile) { m_Profile = profile; } + int ModList::rowCount(const QModelIndex &parent) const { if (!parent.isValid()) { -- cgit v1.3.1