Closed probonopd closed 5 years ago
The delay is intended, For now we have 4 seconds delay. This is to wait for the application to start, if the application does not start in 4 seconds then we wait for another 4 seconds. The construction of QApplication object implies that the application has started. The MD5 hash is the only way we could load the intended plugin which is targeted by the Qt Plugin Injector. Without the hash we would have to search blindly which is not good.
The delay is intended, For now we have 4 seconds delay. This is to wait for the application to start
Makes sense...
It takes a while before the additional menu entry appears, presumably due to
What is being hashed and for what reason? Could the hashing be done at a later point in time?