mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 09:31:24 +01:00
Remove some TODOs.
This commit is contained in:
parent
dde22b4828
commit
bd11ab9960
@ -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.");
|
||||
}
|
||||
|
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user