Results 1 to 15 of 1070

Thread: new $EE tuning thing!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Fuel Injected! spfautsch's Avatar
    Join Date
    Apr 2015
    Location
    Montgomery City, MO
    Age
    53
    Posts
    883
    Sorry didn't get these done sooner, hope I didn't hold up your work.

    Found some info on the issue I was seeing with QtPrintSupport missing, so added a second qt version check in qcustomplot.h - appears to be a bug in the toolchain.

    Code:
    #if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) || QT_VERSION > QT_VERSION_CHECK(5, 7, 0)
    #  include <qnumeric.h>                    // workaround for bug in qt 5.8 and newer
    #  include <QPrinter>                      // https://bugreports.qt.io/browse/QTBUG-56321
    Attached Files Attached Files

Similar Threads

  1. 1badcell and thats not the only thing
    By 1badcell in forum Introductions
    Replies: 2
    Last Post: 12-31-2013, 02:25 AM
  2. Replies: 6
    Last Post: 11-27-2012, 09:03 PM
  3. Replies: 2
    Last Post: 11-07-2012, 05:26 PM
  4. Minor thing.
    By historystamp in forum GearHead EFI Forum Support
    Replies: 7
    Last Post: 01-22-2012, 12:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •