diff options
author | jan Iversen <jani@apache.org> | 2018-08-28 12:33:47 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-11 17:25:00 -0700 |
commit | c01d9f60c14ec9ee58892504e9f5c346dbb24e7e (patch) | |
tree | 10edfbe1f86c3d9097ca8206b44b42f6ed60e060 /tests/testqPrefDisplay.h | |
parent | 93ba8c583a4b38d34811f5592160ece31ddd7ea8 (diff) | |
download | subsurface-c01d9f60c14ec9ee58892504e9f5c346dbb24e7e.tar.gz |
tests: add signal test to call testqPref*cpp
Add signal testing of all variables
this commit contains all qPref* that work directly
followup commit will do changes to qPref* to make signals work
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests/testqPrefDisplay.h')
-rw-r--r-- | tests/testqPrefDisplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqPrefDisplay.h b/tests/testqPrefDisplay.h index c6a258b88..40d0e73a1 100644 --- a/tests/testqPrefDisplay.h +++ b/tests/testqPrefDisplay.h @@ -13,6 +13,7 @@ private slots: void test_set_load_struct(); void test_struct_disk(); void test_multiple(); + void test_signals(); }; #endif // TESTQPREFDISPLAY_H |