mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33: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
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue