icc-effect-5.14.5
Martin Gräßlin 2016-02-11 09:34:19 +01:00
parent c8c33ae398
commit f4e28e2c9c
10 changed files with 11 additions and 11 deletions

View File

@ -371,5 +371,5 @@ void DecorationInputTest::testPressToMove()
}
WAYLANTEST_MAIN(KWin::DecorationInputTest)
WAYLANDTEST_MAIN(KWin::DecorationInputTest)
#include "decoration_input_test.moc"

View File

@ -100,5 +100,5 @@ void DontCrashGlxgearsTest::testGlxgears()
}
WAYLANTEST_MAIN(KWin::DontCrashGlxgearsTest)
WAYLANDTEST_MAIN(KWin::DontCrashGlxgearsTest)
#include "dont_crash_glxgears.moc"

View File

@ -264,5 +264,5 @@ void InternalWindowTest::testKeyboard()
}
WAYLANTEST_MAIN(KWin::InternalWindowTest)
WAYLANDTEST_MAIN(KWin::InternalWindowTest)
#include "internal_window.moc"

View File

@ -66,9 +66,9 @@ int main(int argc, char *argv[]) \
}
#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
#define WAYLANTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject,)
#define WAYLANDTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject,)
#endif
#endif

View File

@ -767,5 +767,5 @@ void LockScreenTest::testTouch()
}
WAYLANTEST_MAIN(KWin::LockScreenTest)
WAYLANDTEST_MAIN(KWin::LockScreenTest)
#include "lockscreen.moc"

View File

@ -450,5 +450,5 @@ void MoveResizeWindowTest::testGrowShrink()
}
WAYLANTEST_MAIN(KWin::MoveResizeWindowTest)
WAYLANDTEST_MAIN(KWin::MoveResizeWindowTest)
#include "move_resize_window_test.moc"

View File

@ -521,5 +521,5 @@ void QuickTilingTest::testQuickTilingPointerMove()
}
WAYLANTEST_MAIN(KWin::QuickTilingTest)
WAYLANDTEST_MAIN(KWin::QuickTilingTest)
#include "quick_tiling_test.moc"

View File

@ -160,5 +160,5 @@ void StartTest::testCreateWindow()
}
WAYLANTEST_MAIN(KWin::StartTest)
WAYLANDTEST_MAIN(KWin::StartTest)
#include "start_test.moc"

View File

@ -290,5 +290,5 @@ void TouchInputTest::testCancel()
}
WAYLANTEST_MAIN(KWin::TouchInputTest)
WAYLANDTEST_MAIN(KWin::TouchInputTest)
#include "touch_input_test.moc"

View File

@ -187,5 +187,5 @@ void TransientNoInputTest::testTransientNoFocus()
}
WAYLANTEST_MAIN(KWin::TransientNoInputTest)
WAYLANDTEST_MAIN(KWin::TransientNoInputTest)
#include "transient_no_input_test.moc"