Move openPreviewSelectDialog to after overridden functions

This commit is contained in:
Isak05 2025-04-25 13:44:28 +02:00
commit e5e2d0df66

View file

@ -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;