mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-25 06:18:18 -05:00
23 lines
406 B
C++
23 lines
406 B
C++
/*
|
|
* @file ClokMainWindow.cpp
|
|
* @author Robert Borzecki (robert.borzecki@mudita.com)
|
|
* @date 6 cze 2019
|
|
* @brief
|
|
* @copyright Copyright (C) 2019 mudita.com
|
|
* @details
|
|
*/
|
|
#include "ClokMainWindow.hpp"
|
|
|
|
namespace gui {
|
|
|
|
ClokMainWindow::ClokMainWindow() {
|
|
// TODO Auto-generated constructor stub
|
|
|
|
}
|
|
|
|
ClokMainWindow::~ClokMainWindow() {
|
|
// TODO Auto-generated destructor stub
|
|
}
|
|
|
|
} /* namespace gui */
|