Skip to content

Commit

Permalink
coreqt::utils::joinPath(...) exported
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Jan 8, 2023
1 parent c88d9ee commit 7460e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libshvcoreqt/src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ class SHVCOREQT_DECL_EXPORT Utils
};

namespace utils {
QString joinPath(const QString &p1, const QString &p2);
std::string joinPath(const std::string& p1, const std::string& p2);
SHVCOREQT_DECL_EXPORT QString joinPath(const QString &p1, const QString &p2);
SHVCOREQT_DECL_EXPORT std::string joinPath(const std::string& p1, const std::string& p2);

template <typename ReturnType>
ReturnType joinPath()
Expand Down

0 comments on commit 7460e7b

Please sign in to comment.