Skip to content

Commit

Permalink
Revert "Handle changed version output of Rclone 1.38." - Doesn't seem…
Browse files Browse the repository at this point in the history
… necessary?

This reverts commit f7382c9.
  • Loading branch information
DinCahill committed Nov 22, 2018
1 parent f174246 commit dc0a88b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,6 @@ void MainWindow::rcloneGetVersion()
if (code == 0)
{
QString version = p->readAllStandardOutput().trimmed();
int lineBreak = version.indexOf('\n');
if (lineBreak != -1)
{
version.remove(lineBreak, version.length() - lineBreak);
}
mStatusMessage->setText(version + " in " + QDir::toNativeSeparators(GetRclone()));
rcloneListRemotes();
}
Expand Down

0 comments on commit dc0a88b

Please sign in to comment.