Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created January 30, 2010 18:59
Show Gist options
  • Save ku1ik/290675 to your computer and use it in GitHub Desktop.
Save ku1ik/290675 to your computer and use it in GitHub Desktop.
NoMethodError: undefined method `checked' for #<Qt::Action:0xa4cbfec objectName="">
/home/kill/code/kodr/lib/project_viewer.rb:45:in `method_missing'
/home/kill/code/kodr/lib/project_viewer.rb:45:in `restore'
/home/kill/code/kodr/lib/project_viewer.rb:40:in `open_project'
/home/kill/code/kodr/lib/actions/project_viewer.rb:10:in `call'
/home/kill/code/kodr/lib/action.rb:83:in `run'
/home/kill/code/kodr/lib/action.rb:97:in `trigger'
/home/kill/code/kodr/lib/action.rb:70:in `block in register'
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2412:in `instance_exec'
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2412:in `invoke'
/usr/lib/ruby/site_ruby/1.9.1/KDE/korundum4.rb:60:in `qt_metacall'
/usr/lib/ruby/site_ruby/1.9.1/KDE/korundum4.rb:60:in `method_missing'
/usr/lib/ruby/site_ruby/1.9.1/KDE/korundum4.rb:60:in `exec'
kodr.rb:51:in `<main>'
kodr(8129)/Kate KateLayoutCache::relayoutLines: start 2147483647 before end 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HIGHLIGHTED END --- NEED HL, LINESTART: 0 LINEEND: 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HL UNTIL LINE: 0 MAX: 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HL DYN COUNT: 0 MAX: 512
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HIGHLIGHTED END --- NEED HL, LINESTART: 0 LINEEND: 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HL UNTIL LINE: 0 MAX: 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HL DYN COUNT: 0 MAX: 512
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HIGHLIGHTED END --- NEED HL, LINESTART: 0 LINEEND: 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HL UNTIL LINE: 0 MAX: 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HL DYN COUNT: 0 MAX: 512
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HIGHLIGHTED END --- NEED HL, LINESTART: 0 LINEEND: 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HL UNTIL LINE: 0 MAX: 0
kodr(8129)/Kate (Document) KateBuffer::doHighlight: HL DYN COUNT: 0 MAX: 512
/usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2633:in `do_method_missing': undefined method `name' for nil:NilClass (NoMethodError)
from /usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2636:in `do_method_missing'
from /usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2636:in `do_method_missing'
from /usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2636:in `do_method_missing'
from /home/kill/code/kodr/lib/project_viewer.rb:27:in `method_missing'
from /home/kill/code/kodr/lib/project_viewer.rb:27:in `block in initialize'
from /usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2412:in `instance_exec'
from /usr/lib/ruby/site_ruby/1.9.1/Qt/qtruby4.rb:2412:in `invoke'
from /usr/lib/ruby/site_ruby/1.9.1/KDE/korundum4.rb:60:in `qt_metacall'
from /usr/lib/ruby/site_ruby/1.9.1/KDE/korundum4.rb:60:in `method_missing'
from /usr/lib/ruby/site_ruby/1.9.1/KDE/korundum4.rb:60:in `exec'
from kodr.rb:51:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment