diff options
| author | Tannin <devnull@localhost> | 2014-03-26 15:35:59 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-03-26 15:35:59 +0100 |
| commit | 28301e7486423a2ca0b5434d1538d36b05f4ac86 (patch) | |
| tree | 65a422bac32ab42ea847a8479d2d06f1f700e5b3 /src/pluginlist.cpp | |
| parent | 2d0fab4482cea8a3472e2430f4746feeae1784ff (diff) | |
- improved NCC compatibility
- crude support for multi-volume archives
- updated imageformats plugins
- nxmhandler now puts the exe to the top of the list when registering an MO instance, even if it is already in the list
- bugfix: WritePrivateProfileString hook attempted to access lpKeyName even when it is null
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 289032bb..af6f42da 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -1035,9 +1035,8 @@ QVariant PluginList::data(const QModelIndex &modelIndex, int role) const result.append(QIcon(":/MO/gui/edit_clear")); } return result; - } else { - return QVariant(); } + return QVariant(); } |
