feat: barebones auth implementation

This commit is contained in:
talksik
2026-01-27 11:29:07 -08:00
parent 63f7dd3a06
commit 7a50bf12c9
16 changed files with 838 additions and 182 deletions
+5
View File
@@ -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