mirror of
https://github.com/status-im/status-app.git
synced 2026-08-31 09:01:11 +00:00
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
|