Remove some TODOs.

This commit is contained in:
Martin Rotter 2020-05-07 08:55:03 +02:00
parent dde22b4828
commit bd11ab9960
2 changed files with 0 additions and 3 deletions

View File

@ -464,8 +464,6 @@ void Application::onAboutToQuit() {
finish();
qDebug("Killing local peer connection to allow another instance to start.");
// TODO: Start RSS Guard with sleep before it cross-platform way if possible.
// sleep 5 && "<rssguard-start>".
if (QProcess::startDetached(QString("\"") + QDir::toNativeSeparators(applicationFilePath()) + QString("\""))) {
qDebug("New application instance was started.");
}

View File

@ -14,7 +14,6 @@ extern void disableWindowTabbing();
int main(int argc, char* argv[]) {
for (int i = 0; i < argc; i++) {
// TODO: use process arg parser
const QString str = QString::fromLocal8Bit(argv[i]);
if (str == "-h") {