Skip to content

Commit

Permalink
TEMP: fix "_" naming
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Apr 9, 2024
1 parent 19609c5 commit 56f90fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vncviewer/vncconnection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ QVNCConnection::QVNCConnection()
tunnelFactory = new TunnelFactory;
tunnelFactory->start();
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
tunnelFactory_->wait(20000);
tunnelFactory->wait(20000);
#else
tunnelFactory->wait(QDeadlineTimer(20000));
#endif
Expand Down

0 comments on commit 56f90fa

Please sign in to comment.