diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-20 21:08:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-20 21:08:24 +0300 |
commit | 1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc (patch) | |
tree | 34d522b5c40079d82bb63b279e9c7e6cccb740c5 /src/gui/models/namesmodel.cpp | |
parent | 9e2074d093ecdf9afc95a2fefc24b38307da627d (diff) | |
download | mv-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.gz mv-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.bz2 mv-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.xz mv-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.zip |
Fix code style.
Diffstat (limited to 'src/gui/models/namesmodel.cpp')
-rw-r--r-- | src/gui/models/namesmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/models/namesmodel.cpp b/src/gui/models/namesmodel.cpp index 6d831cab9..9c90ff4c0 100644 --- a/src/gui/models/namesmodel.cpp +++ b/src/gui/models/namesmodel.cpp @@ -25,6 +25,7 @@ #include "debug.h" NamesModel::NamesModel() : + ListModel(), mNames() { } |