mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Remove some usages of App::main().
This commit is contained in:
@@ -405,8 +405,8 @@ void MainWindow::ui_removeLayerBlackout() {
|
||||
}
|
||||
}
|
||||
|
||||
MainWidget *MainWindow::mainWidget() {
|
||||
return _main;
|
||||
MainWidget *MainWindow::sessionContent() const {
|
||||
return _main.data();
|
||||
}
|
||||
|
||||
void MainWindow::ui_showBox(
|
||||
|
Reference in New Issue
Block a user