mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
General tidy up
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#include <QByteArray>
|
||||
namespace Process {
|
||||
|
||||
void restartHyperion(bool asNewProcess){}
|
||||
void restartHyperion(bool asNewProcess) {}
|
||||
|
||||
QByteArray command_exec(QString /*cmd*/, QByteArray /*data*/)
|
||||
QByteArray command_exec(const QString& /*cmd*/, const QByteArray& /*data*/)
|
||||
{
|
||||
return QSTRING_CSTR(QString());
|
||||
}
|
||||
@@ -48,7 +48,7 @@ void restartHyperion(bool asNewProcess)
|
||||
QCoreApplication::quit();
|
||||
}
|
||||
|
||||
QByteArray command_exec(QString cmd, QByteArray data)
|
||||
QByteArray command_exec(const QString& cmd, const QByteArray& data)
|
||||
{
|
||||
char buffer[128];
|
||||
QString result;
|
||||
|
Reference in New Issue
Block a user