diff options
| author | 2018-08-28 12:33:47 +0200 | |
|---|---|---|
| committer | 2018-09-11 17:25:00 -0700 | |
| commit | c01d9f60c14ec9ee58892504e9f5c346dbb24e7e (patch) | |
| tree | 10edfbe1f86c3d9097ca8206b44b42f6ed60e060 /tests/testqPrefDivePlanner.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/testqPrefDivePlanner.h')
| -rw-r--r-- | tests/testqPrefDivePlanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testqPrefDivePlanner.h b/tests/testqPrefDivePlanner.h index 7d61c3aed..141ea8348 100644 --- a/tests/testqPrefDivePlanner.h +++ b/tests/testqPrefDivePlanner.h @@ -15,6 +15,7 @@ private slots: void test_struct_disk(); void test_multiple(); void test_oldPreferences(); + void test_signals(); }; #endif // TESTQPREFDIVEPLANNER_H |