diff options
| author | Tannin <devnull@localhost> | 2015-05-26 20:42:15 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-26 20:42:15 +0200 |
| commit | c05be9f5c3dc1b97d540cf9de7d99d0c0d692db7 (patch) | |
| tree | b92f2b27a2583f8791acd3c8e32c6af5a1231d1e /src/modlist.cpp | |
| parent | 75714907d95503955c3187cda6295604a5b4cac4 (diff) | |
small stuff
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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()) {
|
