added insecure credential store

This commit is contained in:
fourtf
2019-09-13 19:26:52 +02:00
parent eadf5355ee
commit 7c6f744e73
8 changed files with 118 additions and 74 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#include "widgets/Window.hpp"
#include "Application.hpp"
#include "common/Credentials.hpp"
#include "common/Version.hpp"
#include "controllers/accounts/AccountController.hpp"
#include "providers/twitch/TwitchServer.hpp"
@@ -103,7 +104,7 @@ bool Window::event(QEvent *event)
break;
default:;
};
}
return BaseWindow::event(event);
}