mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
gwenview: disable copying of HistoryModel class
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c6bdf9491d
commit
729b5a7604
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ public:
|
|||
virtual bool removeRows(int row, int count, const QModelIndex& parent = QModelIndex());
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(HistoryModel);
|
||||
HistoryModelPrivate* const d;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue