Class: Qt::Icon

Inherits:
Object show all
Defined in:
lib/cosmos/gui/qt.rb

Overview

END TEMPORARY UNTIL INCLUDED IN QTBINDINGS ####

Instance Method Summary collapse

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