view generator/global.cpp @ 409:4a943393a167

Added wrapper for QImage::save. It has been private back from QtJambi because the format argument is a plain char pointer instead of a QString, but unlike QPixmap, wrappers were missing.
author David Nadlinger <code@klickverbot.at>
date Sun, 20 Mar 2011 20:39:44 +0100
parents e700fa4916e4
children
line wrap: on
line source

#include "global.h"

Global global;

Global::Global()
{
}