Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 22, 2019
1 parent 0e56367 commit 5c72467
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/plugins/miscellaneous/Core/src/centralwidget.h
Expand Up @@ -111,14 +111,13 @@ class CORE_EXPORT CentralWidget : public Widget

QString openFile(const QString &pFileName,
File::Type pType = File::Type::Local,
const QString &pUrl = QString(),
bool pShowWarning = true);
const QString &pUrl = QString(), bool pShowWarning = true);
QString openRemoteFile(const QString &pUrl, bool pShowWarning = true);

bool canClose();

bool closeFile(const QString &pFileName);

bool canClose();

bool selectMode(const QString &pModeName);
bool selectView(const QString &pViewName);

Expand Down

0 comments on commit 5c72467

Please sign in to comment.