mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Remove namespace App.
This commit is contained in:
@@ -724,13 +724,3 @@ void MainWindow::sendPaths() {
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow() = default;
|
||||
|
||||
namespace App {
|
||||
|
||||
MainWindow *wnd() {
|
||||
return (Core::IsAppLaunched() && Core::App().primaryWindow())
|
||||
? Core::App().primaryWindow()->widget().get()
|
||||
: nullptr;
|
||||
}
|
||||
|
||||
} // namespace App
|
||||
|
Reference in New Issue
Block a user