mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Fix coding style
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Ui
|
||||
class AutoExpandableDialog;
|
||||
}
|
||||
|
||||
class AutoExpandableDialog: public QDialog
|
||||
class AutoExpandableDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -51,7 +51,7 @@ public:
|
||||
bool *ok = nullptr, Qt::InputMethodHints inputMethodHints = Qt::ImhNone);
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent *e);
|
||||
void showEvent(QShowEvent *e) override;
|
||||
|
||||
private:
|
||||
Ui::AutoExpandableDialog *m_ui;
|
||||
|
||||
Reference in New Issue
Block a user