Skip to content

Commit

Permalink
Added comment indicating how to fix code for new version of Qt4-QtRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Feb 3, 2012
1 parent 95a9a6c commit 3eb78ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mainwindow.rb
Expand Up @@ -113,6 +113,7 @@ def calibrate
flags |= Qt::DialogType
flags |= Qt::FramelessWindowHint
@calibration.windowFlags = flags
# @calibration.setWindowFlags(Qt::FramelessWindowHint || Qt::DialogType)
@calibration.cursor = Qt::Cursor.new Qt::BlankCursor
connect @ui.action_quit, SIGNAL('triggered()'), self, SLOT('close()')
connect self, SIGNAL('ir_clicked(int,int)'), @calibration, SLOT('add_point(int,int)')
Expand Down

0 comments on commit 3eb78ab

Please sign in to comment.