mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-19 19:09:03 +00:00
c0024ec6b1
Good coding practices applied only, architecture and logic were not altered.
10 lines
128 B
C++
10 lines
128 B
C++
#include <QDebug>
|
|
|
|
#include "controller.h"
|
|
|
|
namespace Modules::Main
|
|
{
|
|
void Controller::init() { }
|
|
|
|
} // namespace Modules::Main
|