Class: Qt::Icon
Overview
END TEMPORARY UNTIL INCLUDED IN QTBINDINGS ####
Instance Method Summary collapse
-
#initialize(param = nil) ⇒ Icon
constructor
A new instance of Icon.
Constructor Details
#initialize(param = nil) ⇒ Icon
Returns a new instance of Icon.
285 286 287 288 289 290 291 |
# File 'lib/cosmos/gui/qt.rb', line 285 def initialize(param = nil) if param super(param) else super() end end |