Class: Qt::Application

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

Overview

TEMPORARY UNTIL INCLUDED IN QTBINDINGS ####

Instance Method Summary collapse

Instance Method Details

#execObject



244
245
246
247
248
249
250
251
252
# File 'lib/cosmos/gui/qt.rb', line 244

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