https://bugreports.qt.io/browse/QTBUG-48079
Looks like Apple began removing deprecated functions.
Since 4.8 is now closed for changes that aren't security-related, that means
4.8 will not compile on OS X 10.11.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Op
On 2 sept. 2015, at 15:35, Giuseppe D'Angelo wrote:
> Il 02/09/2015 15:02, Gunnar Roth ha scritto:
>> If you wonder why i need that, its because of wc2013 it has no DnD
>> support ( as wec7 had).
>
> Submit a patch? :)
>
> Unfortunately Qt is not tested in all the possible -no-feature switches
Il 02/09/2015 15:02, Gunnar Roth ha scritto:
If you wonder why i need that, its because of wc2013 it has no DnD
support ( as wec7 had).
Submit a patch? :)
Unfortunately Qt is not tested in all the possible -no-feature switches.
Cheers,
--
Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Softwa
I' d like to add that
qtbase/src/widgets/itemviews/qlistwidget.h(246) : error C3668: 'QListWidget::dropEvent' method with override specifier 'override' did not override any base class methods
shows the similar problem. But here the implemntaion if not there because of
#ifndef QT_NO_DRAGANDDROP
Hello,
QT_NO_DRAGANDDROP qt defines to adapt qt at compile time is a nice feature.
Q_DECL_OVERRIDE is also somwehat nice.
But together they lead to build errors.
void QGraphicsView::dragEnterEvent(QDragEnterEvent *event)
{
#ifndef QT_NO_DRAGANDDROP
void dragEnterEvent(QDragEnterEven
> On 01 Sep 2015, at 18:50, René J.V. Bertin wrote:
>
> Hi,
>
> Qt4 and Qt5 both have a "feature" where holding down the Meta key (Command on
> OS X) while scrolling a view causes text in the view to zoom in or out. This
> also works with the 2-finger scroll that most trackpads provide nowada
Hello,
I'm trying to submit https://codereview.qt-project.org/#/c/120725/ for a while
and it keeps failing in some strange unrelated place.
Cheers,
BogDan.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/list
Thiago Macieira wrote:
>> Fine with me too, but let's first see if there is going to be such a patch
>> for this particular issue...
>
> If you're not volunteering to do it, I doubt it will get done.
In case it wasn't clear yet, I was asking for pointers that could help me do
just that. I thoug