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 Nov 27, 2019
1 parent 4dededb commit 2ba34de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/misc/openfile.cpp.inl
Expand Up @@ -2,7 +2,7 @@
QString CentralWidget::openFile(const QString &pFileName, File::Type pType,
const QString &pUrl, bool pShowWarning)
#else
QString cliOpenFile(const QString &pFileName, const File::Type &pType,
QString cliOpenFile(const QString &pFileName, File::Type pType,
const QString &pUrl)
#endif
{
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/miscellaneous/Core/src/corecliutils.h
Expand Up @@ -151,7 +151,7 @@ void CORE_EXPORT doNothing(quint64 pMax);
void CORE_EXPORT doNothing(const quint64 *pMax, const bool *pStopped = nullptr);

QString CORE_EXPORT cliOpenFile(const QString &pFileName,
const File::Type &pType = File::Type::Local,
File::Type pType = File::Type::Local,
const QString &pUrl = QString());
QString CORE_EXPORT cliOpenRemoteFile(const QString &pUrl);

Expand Down

0 comments on commit 2ba34de

Please sign in to comment.