diff options
| author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-04 19:42:46 +0200 | 
|---|---|---|
| committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-04 19:42:46 +0200 | 
| commit | 5563bb3c94f9c001f95de44a5818d2f86631532b (patch) | |
| tree | 2b9fe955e14b167c64251677533ee4d0f34006eb /lib/bookmarks | |
| parent | Update pkgbuild to use asciidoctor (diff) | |
| download | smolbote-5563bb3c94f9c001f95de44a5818d2f86631532b.tar.xz | |
clazy: fix warnings
Diffstat (limited to 'lib/bookmarks')
| -rw-r--r-- | lib/bookmarks/bookmarkmodel.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/lib/bookmarks/bookmarkmodel.h b/lib/bookmarks/bookmarkmodel.h index ca6f004..28267aa 100644 --- a/lib/bookmarks/bookmarkmodel.h +++ b/lib/bookmarks/bookmarkmodel.h @@ -12,9 +12,6 @@  #include "bookmarkitem.h"  #include <QAbstractItemModel> -/* TODO BookmarkModel: moving items internally instead of copying during drag-drop - */ -  class BookmarkModel : public QAbstractItemModel  {      Q_OBJECT | 
