mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Fix compilation error (Thanks Arnaud)
This commit is contained in:
@@ -53,6 +53,9 @@ public:
|
|||||||
options_imp(QWidget *parent=0);
|
options_imp(QWidget *parent=0);
|
||||||
~options_imp();
|
~options_imp();
|
||||||
|
|
||||||
|
public slots:
|
||||||
|
void showConnectionTab();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void status_changed() const;
|
void status_changed() const;
|
||||||
void exitWithCancel();
|
void exitWithCancel();
|
||||||
@@ -78,7 +81,6 @@ private slots:
|
|||||||
void on_addScanFolderButton_clicked();
|
void on_addScanFolderButton_clicked();
|
||||||
void on_removeScanFolderButton_clicked();
|
void on_removeScanFolderButton_clicked();
|
||||||
void setLocale(const QString &locale);
|
void setLocale(const QString &locale);
|
||||||
void showConnectionTab();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Methods
|
// Methods
|
||||||
|
|||||||
Reference in New Issue
Block a user