19 #ifndef LIB_QUENTIER_SYNCHRONIZATION_AUTHENTICATION_MANAGER_H 20 #define LIB_QUENTIER_SYNCHRONIZATION_AUTHENTICATION_MANAGER_H 22 #include <quentier/synchronization/IAuthenticationManager.h> 26 QT_FORWARD_DECLARE_CLASS(AuthenticationManagerPrivate)
37 const QString & host, QObject * parent = Q_NULLPTR);
41 virtual void onAuthenticationRequest() Q_DECL_OVERRIDE;
48 AuthenticationManagerPrivate *
const d_ptr;
54 #endif // LIB_QUENTIER_SYNCHRONIZATION_AUTHENTICATION_MANAGER_H The AuthenticationManager class is libquentier's default implementation of IAuthenticationManager int...
Definition: AuthenticationManager.h:32
Definition: IAuthenticationManager.h:37