mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 09:49:21 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user