diff options
author | 2021-04-05 23:53:08 +0530 | |
---|---|---|
committer | 2021-04-05 23:53:08 +0530 | |
commit | d3e34c8e6b2a59fff225aae20e5b17113efd6081 (patch) | |
tree | 2b61efff75f488e63e9bf58e3595b301d7f6612a /src | |
parent | dd4ccd635326e8036e6431ab43dd3945f99d4ecb (diff) | |
download | whatsie-d3e34c8e6b2a59fff225aae20e5b17113efd6081.tar.gz whatsie-d3e34c8e6b2a59fff225aae20e5b17113efd6081.zip |
runguard class added
new about dialog to project tree
Diffstat (limited to 'src')
-rw-r--r-- | src/WhatsApp.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro index 452249b..6b6a24c 100644 --- a/src/WhatsApp.pro +++ b/src/WhatsApp.pro @@ -40,12 +40,14 @@ VERSION = 1.0 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" SOURCES += \ + about.cpp \ downloadmanagerwidget.cpp \ downloadwidget.cpp \ elidedlabel.cpp \ lock.cpp \ main.cpp \ mainwindow.cpp \ + rungaurd.cpp \ settingswidget.cpp \ utils.cpp \ webenginepage.cpp \ @@ -55,6 +57,7 @@ RESOURCES += \ icons.qrc HEADERS += \ + about.h \ common.h \ downloadmanagerwidget.h \ downloadwidget.h \ @@ -63,6 +66,7 @@ HEADERS += \ mainwindow.h \ notificationpopup.h \ requestinterceptor.h \ + rungaurd.h \ settingswidget.h \ utils.h \ webenginepage.h \ @@ -88,6 +92,7 @@ desktop.path = $$DATADIR/applications/ INSTALLS += target icon desktop FORMS += \ + about.ui \ certificateerrordialog.ui \ downloadmanagerwidget.ui \ downloadwidget.ui \ |