summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorLukas Vogel <lukedirtwalker@gmail.com>2018-03-16 09:27:27 +0100
committerLukas Vogel <lukedirtwalker@gmail.com>2018-03-16 10:44:39 +0100
commit827a7104cebace94802dc479e2f3ae7564a99469 (patch)
tree2d50d03f111bcd44384e14adfa62f10b4a77624d /src/src.pro
parent81f93a25e7db9b511ecf0d0ff45f3fb6435ae96e (diff)
More refactorings, contributes to #107
* Split datahelpers.h to userinfo.h and passwordconfiguration.h * Rename passwordConfiguration to PasswordConfiguration * Move some code to separate methods in MainWindow * Handle PasswordConfiguration in QtPassSettings and in ConfigDialog
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index 7e1dfb52..5d772207 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -42,11 +42,12 @@ HEADERS += mainwindow.h \
pass.h \
realpass.h \
imitatepass.h \
- datahelpers.h \
debughelper.h \
executor.h \
simpletransaction.h \
- filecontent.h
+ filecontent.h \
+ passwordconfiguration.h \
+ userinfo.h
FORMS += mainwindow.ui \
configdialog.ui \