Class: Qt::CoreApplication
Instance Method Summary collapse
Instance Method Details
#exec ⇒ Object
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 |