Skip to content

Commit

Permalink
Try to fix building with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Jan 11, 2025
1 parent f20155e commit c309549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quotient/connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ namespace LoginFlowTypes {
}

//! Predefined login flows
namespace LoginFlows
namespace
#ifndef Q_MOC_RUN
[[deprecated("Use login flow types and Connection::getLoginFlow() instead")]]
#endif
{
LoginFlows {
inline const LoginFlow Password { LoginFlowTypes::Password };
inline const LoginFlow SSO { LoginFlowTypes::SSO };
inline const LoginFlow Token { LoginFlowTypes::Token };
Expand Down

0 comments on commit c309549

Please sign in to comment.