diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-06-01 00:59:02 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-06-01 00:59:02 +0200 |
commit | 59e1ed3d8750b499b6d515a82bc08f6f72cc456a (patch) | |
tree | 6bd639ded6bf2a5cec36b14c1df3b93aafc61227 /api | |
parent | 3470a3df966100d4f1ea6488892ac048118a3131 (diff) | |
download | PrismLauncher-59e1ed3d8750b499b6d515a82bc08f6f72cc456a.tar.gz PrismLauncher-59e1ed3d8750b499b6d515a82bc08f6f72cc456a.tar.bz2 PrismLauncher-59e1ed3d8750b499b6d515a82bc08f6f72cc456a.zip |
NOISSUE add the pocket fox icon
Diffstat (limited to 'api')
-rw-r--r-- | api/gui/icons/IconList.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/api/gui/icons/IconList.cpp b/api/gui/icons/IconList.cpp index 89380a91..72edb46f 100644 --- a/api/gui/icons/IconList.cpp +++ b/api/gui/icons/IconList.cpp @@ -187,8 +187,7 @@ Qt::DropActions IconList::supportedDropActions() const return Qt::CopyAction; } -bool IconList::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, - const QModelIndex &parent) +bool IconList::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) { if (action == Qt::IgnoreAction) return true; |