Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Getting a "QFont::setPixelSize: Pixel size <= 0 (0)" Warning Message #485

Closed
@cameronkendall

Description

@cameronkendall

When running tests I get the following warning message:

QFont::setPixelSize: Pixel size <= 0 (0)

Is there a way to hide/suppress this? I don't even know what it represents, and Its showing up every time I run the tests.

I'm using QT 4.8.4 on Mac OS 10.7.5

Gemfile:

group :development do
  gem 'guard-minitest', '0.5.0'
  gem 'rb-fsevent', '0.9.3'
  gem 'growl', '1.0.3'
  gem 'launchy'
  gem 'capybara-webkit', '0.14.2'
end

group :test do
  gem 'minitest', '4.6.2'
  gem 'capybara', '2.0.2'
  gem 'database_cleaner', '0.9.1'
  gem 'factory_girl_rails', '4.2.1'
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions