Class: Qt::EventLoop

Inherits:
Base show all
Defined in:
lib/Qt/qtruby4.rb

Instance Method Summary collapse

Instance Method Details

#exec(*args) ⇒ Object



989
990
991
# File 'lib/Qt/qtruby4.rb', line 989

def exec(*args)
  method_missing(:exec, *args)
end

#exit(*args) ⇒ Object



993
994
995
# File 'lib/Qt/qtruby4.rb', line 993

def exit(*args)
  method_missing(:exit, *args)
end