feat: barebones auth implementation
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSystemTrayIcon;
|
||||
class AuthManager;
|
||||
class AuthDialog;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Ui {
|
||||
@@ -29,6 +31,9 @@ private:
|
||||
|
||||
QSystemTrayIcon *m_trayIcon;
|
||||
Ui::MainWindow *ui;
|
||||
|
||||
AuthManager *m_authManager;
|
||||
AuthDialog *m_authDialog;
|
||||
};
|
||||
|
||||
#endif //LLINK_MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user