Class: Qt::CoreApplication

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

Instance Method Summary collapse

Instance Method Details

#execObject



256
257
258
259
260
261
262
263
264
# File 'lib/cosmos/gui/qt.rb', line 256

def exec
  begin
    method_missing(:exec)
  ensure
    disable_threading()
    self.dispose
    Qt::Internal.application_terminated = true
  end
end