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



260
261
262
263
264
265
266
267
268
# File 'lib/cosmos/gui/qt.rb', line 260

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