#ifndef COMMANDS_HPP #define COMMANDS_HPP #include void startClient(QStringList arguments = {}); void startServer(); #endif