mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 22:03:27 -07:00
Move openPreviewSelectDialog to after overridden functions
This commit is contained in:
parent
a7a83b4f35
commit
e5e2d0df66
1 changed files with 1 additions and 1 deletions
|
@ -119,11 +119,11 @@ private slots:
|
|||
void saveSettings();
|
||||
|
||||
private:
|
||||
void openPreviewSelectDialog(const BitTorrent::Torrent *torrent);
|
||||
void dragEnterEvent(QDragEnterEvent *event) override;
|
||||
void dragMoveEvent(QDragMoveEvent *event) override;
|
||||
void dropEvent(QDropEvent *event) override;
|
||||
void wheelEvent(QWheelEvent *event) override;
|
||||
void openPreviewSelectDialog(const BitTorrent::Torrent *torrent);
|
||||
QModelIndex mapToSource(const QModelIndex &index) const;
|
||||
QModelIndexList mapToSource(const QModelIndexList &indexes) const;
|
||||
QModelIndex mapFromSource(const QModelIndex &index) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue