Fix typo
This commit is contained in:
parent
c8c33ae398
commit
f4e28e2c9c
10 changed files with 11 additions and 11 deletions
|
@ -371,5 +371,5 @@ void DecorationInputTest::testPressToMove()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::DecorationInputTest)
|
WAYLANDTEST_MAIN(KWin::DecorationInputTest)
|
||||||
#include "decoration_input_test.moc"
|
#include "decoration_input_test.moc"
|
||||||
|
|
|
@ -100,5 +100,5 @@ void DontCrashGlxgearsTest::testGlxgears()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::DontCrashGlxgearsTest)
|
WAYLANDTEST_MAIN(KWin::DontCrashGlxgearsTest)
|
||||||
#include "dont_crash_glxgears.moc"
|
#include "dont_crash_glxgears.moc"
|
||||||
|
|
|
@ -264,5 +264,5 @@ void InternalWindowTest::testKeyboard()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::InternalWindowTest)
|
WAYLANDTEST_MAIN(KWin::InternalWindowTest)
|
||||||
#include "internal_window.moc"
|
#include "internal_window.moc"
|
||||||
|
|
|
@ -66,9 +66,9 @@ int main(int argc, char *argv[]) \
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
|
||||||
#define WAYLANTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject, QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling) )
|
#define WAYLANDTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject, QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling) )
|
||||||
#else
|
#else
|
||||||
#define WAYLANTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject,)
|
#define WAYLANDTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject,)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -767,5 +767,5 @@ void LockScreenTest::testTouch()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::LockScreenTest)
|
WAYLANDTEST_MAIN(KWin::LockScreenTest)
|
||||||
#include "lockscreen.moc"
|
#include "lockscreen.moc"
|
||||||
|
|
|
@ -450,5 +450,5 @@ void MoveResizeWindowTest::testGrowShrink()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::MoveResizeWindowTest)
|
WAYLANDTEST_MAIN(KWin::MoveResizeWindowTest)
|
||||||
#include "move_resize_window_test.moc"
|
#include "move_resize_window_test.moc"
|
||||||
|
|
|
@ -521,5 +521,5 @@ void QuickTilingTest::testQuickTilingPointerMove()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::QuickTilingTest)
|
WAYLANDTEST_MAIN(KWin::QuickTilingTest)
|
||||||
#include "quick_tiling_test.moc"
|
#include "quick_tiling_test.moc"
|
||||||
|
|
|
@ -160,5 +160,5 @@ void StartTest::testCreateWindow()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::StartTest)
|
WAYLANDTEST_MAIN(KWin::StartTest)
|
||||||
#include "start_test.moc"
|
#include "start_test.moc"
|
||||||
|
|
|
@ -290,5 +290,5 @@ void TouchInputTest::testCancel()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::TouchInputTest)
|
WAYLANDTEST_MAIN(KWin::TouchInputTest)
|
||||||
#include "touch_input_test.moc"
|
#include "touch_input_test.moc"
|
||||||
|
|
|
@ -187,5 +187,5 @@ void TransientNoInputTest::testTransientNoFocus()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WAYLANTEST_MAIN(KWin::TransientNoInputTest)
|
WAYLANDTEST_MAIN(KWin::TransientNoInputTest)
|
||||||
#include "transient_no_input_test.moc"
|
#include "transient_no_input_test.moc"
|
||||||
|
|
Loading…
Reference in a new issue