summaryrefslogtreecommitdiffstats
path: root/torrentdisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'torrentdisplay.h')
-rw-r--r--torrentdisplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/torrentdisplay.h b/torrentdisplay.h
index e689312..ad9847e 100644
--- a/torrentdisplay.h
+++ b/torrentdisplay.h
@@ -11,7 +11,7 @@ class QTreeView;
class TorrentDisplay : public QDialog {
Q_OBJECT
public:
- explicit TorrentDisplay(QWidget *parent = nullptr, Qt::WindowFlags f = nullptr);
+ explicit TorrentDisplay(QWidget *parent = nullptr);
void setData(const QList<QVariant> data, const QString &filename);
QTreeView *fileView() { return mFileView; }