Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @org.junit.Test(expected = com.trolltech.qt.QThreadAffinityException.class)
  2. public void testThreadCheck() throws com.trolltech.qt.QThreadAffinityException {
  3. o1.moveToThread(t);
  4. GeneratorUtilities.threadCheck(o1);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement