mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
21e8b1e363
A few more fixes for things that broke in commit 7be962bfc2
("Move
subsurface-core to core and qt-mobile to mobile-widgets").
[Dirk Hohndel: slightly edited and overlap with Linus' patch removed]
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
9 lines
No EOL
146 B
C++
9 lines
No EOL
146 B
C++
#include "testprofile.h"
|
|
#include "core/dive.h"
|
|
|
|
void TestProfile::testRedCeiling()
|
|
{
|
|
parse_file("../dives/deep.xml");
|
|
}
|
|
|
|
QTEST_MAIN(TestProfile) |