Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed unsupported variant type: 1024 (QJSValue) #140

Open
wants to merge 3 commits into
base: v1
Choose a base branch
from

Commits on Jan 23, 2015

  1. Fixed unsupported variant type: 1024 (QJSValue)

    Added proper casting from QMetaType::User (1024) with userType 1034 (i.e.,
    QJSValue) to QVariant so it can be handled properly by the packDataValue
    method.
    obscuren committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    769df9b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Configuration menu
    Copy the full SHA
    807b51d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. Fixed an issue with strlen checking null ptr

    Program called "Moom" (http://manytricks.com/moom/) which uses OS X's
    accesibility API could cause a crash with calling the log handler with a
    null file in context.
    obscuren committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    c288002 View commit details
    Browse the repository at this point in the history