mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Rename "options.ui" to "optionsdlg.ui"
Rename class name "options_imp" to "OptionsDialog" Rename "options_imp.cpp" to "optionsdlg.h"
This commit is contained in:
parent
97ee63fc78
commit
c85a0a41ba
8 changed files with 100 additions and 100 deletions
|
@ -46,7 +46,7 @@ class downloadFromURL;
|
|||
class SearchWidget;
|
||||
class RSSImp;
|
||||
class about;
|
||||
class options_imp;
|
||||
class OptionsDialog;
|
||||
class TransferListWidget;
|
||||
class TransferListFiltersWidget;
|
||||
class PropertiesWidget;
|
||||
|
@ -208,7 +208,7 @@ private:
|
|||
bool m_posInitialized;
|
||||
QTabWidget *m_tabs;
|
||||
StatusBar *m_statusBar;
|
||||
QPointer<options_imp> m_options;
|
||||
QPointer<OptionsDialog> m_options;
|
||||
QPointer<about> m_aboutDlg;
|
||||
QPointer<StatsDialog> m_statsDlg;
|
||||
QPointer<TorrentCreatorDlg> m_createTorrentDlg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue