Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 23:01:30 +0300
committerLouis-Bertrand Varin <louisbvarin@gmail.com>2018-03-31 23:01:30 +0300
commit8324d03f0a015e62b6182843b4478226a5197090 (patch)
treefaf34febaec7c7e764d357dc5e439f6f2b1fcaf3 /src/core/CustomData.h
parent74efc57369b068a0f93cb84ac68b6c17f64c8abe (diff)
Formatting the code.
Diffstat (limited to 'src/core/CustomData.h')
-rw-r--r--src/core/CustomData.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/CustomData.h b/src/core/CustomData.h
index 3a6b64bce..297fd16fb 100644
--- a/src/core/CustomData.h
+++ b/src/core/CustomData.h
@@ -25,7 +25,7 @@
class CustomData : public QObject
{
-Q_OBJECT
+ Q_OBJECT
public:
explicit CustomData(QObject* parent = nullptr);
@@ -45,7 +45,6 @@ public:
bool operator==(const CustomData& other) const;
bool operator!=(const CustomData& other) const;
-
signals:
void modified();
void aboutToBeAdded(const QString& key);