Fixed #629 (timeout event of QTimer not present on Qt5) (#631)

In addition, the "destroyed" and "objectNameChanged" signals
were added (specifically to QObject).

The API binding for Qt5 was updated which adds some events.
This commit is contained in:
Matthias Köfferlein
2020-09-14 18:34:28 +02:00
committed by GitHub
parent 9cef935fad
commit 59ee6b6a83
305 changed files with 19399 additions and 11683 deletions
@@ -452,7 +452,7 @@ end
module PExternBlock
def cpp
self.get_cpp.collect do |d|
(self.get_cpp || []).collect do |d|
if d.is_a?(CPPDeclaration)
d.storage_class = :extern
end