class Qt::Application

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/vizkit/vizkit.rb, line 5
def self.new(*args)
    if $qApp
        raise "trying to construct more than one QApplication. Note that doing \"require 'vizkit'\" creates one"
    end

    super
end