Sync, removal of webkit as a dependency, removal of the web windows.

This commit is contained in:
Petr Mrázek
2013-08-20 02:29:36 +02:00
parent c92ad7dcf8
commit bbc47cb8bd
14 changed files with 37 additions and 244 deletions

View File

@@ -66,6 +66,8 @@ public:
virtual bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent);
/// what drag actions do we support?
virtual Qt::DropActions supportedDragActions() const;
virtual bool removeRows(int row, int count, const QModelIndex& parent = QModelIndex());
/// what drop actions do we support?
virtual Qt::DropActions supportedDropActions() const;