mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: rename FilterWidget2 to FilterWidget
The name "FilterWidget2" is historical and has no meaning anymore, since the current version has little to nothing to do with the "second" version of the widget. Rename the class and source files accordingly. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
068194b2e5
commit
7337ff386b
6 changed files with 53 additions and 54 deletions
|
@ -182,7 +182,7 @@ MainWindow::MainWindow() : QMainWindow(),
|
|||
registerApplicationState(ApplicationState::EditDiveSite, { { diveSiteEdit, FLAG_NONE }, { profileContainer, FLAG_DISABLED },
|
||||
{ diveList, FLAG_DISABLED }, { mapWidget, FLAG_NONE } });
|
||||
registerApplicationState(ApplicationState::FilterDive, { { mainTab.get(), FLAG_NONE }, { profileContainer, FLAG_NONE },
|
||||
{ diveList, FLAG_NONE }, { &filterWidget2, FLAG_NONE } });
|
||||
{ diveList, FLAG_NONE }, { &filterWidget, FLAG_NONE } });
|
||||
setApplicationState(ApplicationState::Default);
|
||||
|
||||
setWindowIcon(QIcon(":subsurface-icon"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue