Redirecting project's purpose into password encryption. Need to separate declaration from implementation

This commit is contained in:
amazing-username
2017-07-27 12:04:10 -05:00
parent 41c53fe8e9
commit 4d5b19cabe
8 changed files with 89 additions and 80 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
#include<QApplication>
#include"MessagingControls.h"
#include"MainWindow.h"
int main(int argc, char* argv[])
{
QApplication app(argc, argv);
MessagingControls stuff{};
MainWindow stuff{};
stuff.show();