diff options
Diffstat (limited to 'qt/connection.cpp')
| -rw-r--r-- | qt/connection.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/qt/connection.cpp b/qt/connection.cpp index 58bfeb75..54c4689e 100644 --- a/qt/connection.cpp +++ b/qt/connection.cpp @@ -120,6 +120,10 @@ Message Connection::sendWithReplyAndBlock( const Message &m )    return Message( reply );  } +void* Connection::virtual_hook( int, void*  ) +{ +} +  /////////////////////////////////////////////////////////  #include "connection.moc"  | 
