mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-02-08 05:12:48 -05:00
23 lines
465 B
C++
23 lines
465 B
C++
/*
|
|
* @file DesktopMainWindow.cpp
|
|
* @author Robert Borzecki (robert.borzecki@mudita.com)
|
|
* @date 19 cze 2019
|
|
* @brief
|
|
* @copyright Copyright (C) 2019 mudita.com
|
|
* @details
|
|
*/
|
|
#include <module-apps/application-desktop/windows/DesktopMainWindow.hpp>
|
|
|
|
namespace gui {
|
|
|
|
DesktopMainWindow::DesktopMainWindow() {
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
DesktopMainWindow::~DesktopMainWindow() {
|
|
// TODO Auto-generated destructor stub
|
|
}
|
|
|
|
} /* namespace gui */
|