mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
Remove some TODOs.
This commit is contained in:
parent
dde22b4828
commit
bd11ab9960
@ -464,8 +464,6 @@ void Application::onAboutToQuit() {
|
|||||||
finish();
|
finish();
|
||||||
qDebug("Killing local peer connection to allow another instance to start.");
|
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("\""))) {
|
if (QProcess::startDetached(QString("\"") + QDir::toNativeSeparators(applicationFilePath()) + QString("\""))) {
|
||||||
qDebug("New application instance was started.");
|
qDebug("New application instance was started.");
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,6 @@ extern void disableWindowTabbing();
|
|||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int main(int argc, char* argv[]) {
|
||||||
for (int i = 0; i < argc; i++) {
|
for (int i = 0; i < argc; i++) {
|
||||||
// TODO: use process arg parser
|
|
||||||
const QString str = QString::fromLocal8Bit(argv[i]);
|
const QString str = QString::fromLocal8Bit(argv[i]);
|
||||||
|
|
||||||
if (str == "-h") {
|
if (str == "-h") {
|
||||||
|
Loading…
Reference in New Issue
Block a user