Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Fixed build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Surendrajat committed Mar 5, 2018
1 parent 18241e8 commit 032f943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ide.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void Ide::onInit()
restoreState(p->docksState());
if (!QFile::exists(PathUtils::combine(p->vendorPath(), "VERSION")))
{
QMessageBox::warning(this, __("action_required", "titles"), __("download_vendor", "messages", URL_DOCUMENTATION, p->vendorPath()), QMessageBox::Close);
QMessageBox::warning(this, __("action_required", "titles"), __("download_vendor", "messages"), QMessageBox::Close);
}
QStringList f = p->sessionFiles();
foreach (QString p, f)
Expand Down

0 comments on commit 032f943

Please sign in to comment.