Sync, removal of webkit as a dependency, removal of the web windows.
This commit is contained in:
parent
c92ad7dcf8
commit
bbc47cb8bd
14 changed files with 37 additions and 244 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue