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:
authorFelix Geyer <debfx@fobos.de>2010-11-22 01:06:30 +0300
committerFelix Geyer <debfx@fobos.de>2010-11-22 01:06:30 +0300
commit230d24a123a04c08bfe8a209dd12f2e5b8a52379 (patch)
treeff19fd8704c40f50098954ddaa47cd1e7fab610b /tests/TestCryptoHash.h
parenta428464573b0d99e07e2752bbd89b650889af2e8 (diff)
No longer use automoc.
Diffstat (limited to 'tests/TestCryptoHash.h')
-rw-r--r--tests/TestCryptoHash.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/TestCryptoHash.h b/tests/TestCryptoHash.h
new file mode 100644
index 000000000..1abcd5e1c
--- /dev/null
+++ b/tests/TestCryptoHash.h
@@ -0,0 +1,32 @@
+/*
+ * Copyright (C) 2010 Felix Geyer <debfx@fobos.de>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 or (at your option)
+ * version 3 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef KEEPASSX_TESTCRYPTOHASH_H
+#define KEEPASSX_TESTCRYPTOHASH_H
+
+#include <QtCore/QObject>
+
+class TestCryptoHash : public QObject
+{
+ Q_OBJECT
+
+private Q_SLOTS:
+ void initTestCase();
+ void test();
+};
+
+#endif // KEEPASSX_TESTCRYPTOHASH_H