Skip to content

Commit c0ffc3a

Browse files
updated
1 parent adf9883 commit c0ffc3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tabstractcontroller.h

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class T_CORE_EXPORT TAbstractController : public QObject {
2929
const TActionContext *context() const { return _context; }
3030
TActionContext *context() { return _context; }
3131
void setContext(TActionContext *context) { _context = context; }
32+
static QThread *currentThread() { return QThread::currentThread(); }
3233

3334
protected:
3435
virtual TSession &session();

0 commit comments

Comments
 (0)