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