octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #50567] Qt 4.6.2 compiler error on MiddleButto


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #50567] Qt 4.6.2 compiler error on MiddleButton
Date: Fri, 17 Mar 2017 12:45:00 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #1, bug #50567 (project octave):

Here's the list of event options:

http://doc.qt.io/qt-4.8/qml-mouseevent.html#button-prop

At the top of that page is the note:

"Since: Qt 4.7"

I would say that the following hunks of code should be conditioned on Qt >=
4.7 then:


$ grep MiddleButton */*/*
src/m-editor/file-editor.cc:       me->button() == Qt::MiddleButton)
src/qtinfo/webinfo.cc:      me->button() == Qt::MiddleButton &&


It would mean those mouse features don't exist for Qt < 4.7, or perhaps there
is a more primitive way of getting the same info.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50567>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]