diff options
Diffstat (limited to 'tests/auto/qglthreads/tst_qglthreads.h')
-rw-r--r-- | tests/auto/qglthreads/tst_qglthreads.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qglthreads/tst_qglthreads.h b/tests/auto/qglthreads/tst_qglthreads.h index 1f75db9..0143689 100644 --- a/tests/auto/qglthreads/tst_qglthreads.h +++ b/tests/auto/qglthreads/tst_qglthreads.h @@ -56,6 +56,10 @@ private slots: void renderInThread_data(); void renderInThread(); + void painterOnGLWidgetInThread(); + void painterOnPixmapInThread(); + void painterOnPboInThread(); + void painterOnFboInThread(); }; #endif // TST_QGLTHREADS_H |