diff --git a/Libs/libRepoMan/Data/Repo.cpp b/Libs/libRepoMan/Data/Repo.cpp index b634e732..60d90bed 100644 --- a/Libs/libRepoMan/Data/Repo.cpp +++ b/Libs/libRepoMan/Data/Repo.cpp @@ -19,8 +19,6 @@ #include "libRepoMan/Data/Repo.hpp" -#include - namespace RM { @@ -40,7 +38,7 @@ namespace RM Git::Repository Repo::gitRepo(bool doLoad) { if (!mRepo && doLoad) { - assert(false); // ###REPOMAN - Not sure if we still want to support this... + Q_ASSERT(false); // ###REPOMAN - Not sure if we still want to support this... } return mRepo;