mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06: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:
committed by
sledgehammer999
parent
a344886ef6
commit
aa6025aa87
@@ -84,7 +84,7 @@
|
||||
#include "statusbar.h"
|
||||
#include "rss_imp.h"
|
||||
#include "about_imp.h"
|
||||
#include "options_imp.h"
|
||||
#include "optionsdlg.h"
|
||||
#include "trackerlogin.h"
|
||||
#include "lineedit.h"
|
||||
#include "executionlog.h"
|
||||
@@ -1452,7 +1452,7 @@ void MainWindow::on_actionOptions_triggered()
|
||||
if (m_options)
|
||||
m_options->setFocus();
|
||||
else
|
||||
m_options = new options_imp(this);
|
||||
m_options = new OptionsDialog(this);
|
||||
}
|
||||
|
||||
void MainWindow::on_actionTopToolBar_triggered()
|
||||
|
||||
Reference in New Issue
Block a user