Class: Qt::Application
Overview
TEMPORARY UNTIL INCLUDED IN QTBINDINGS ####
Instance Method Summary collapse
Instance Method Details
#exec ⇒ Object
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 |