mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi
14 lines
722 B
C++
14 lines
722 B
C++
--- ./libkdegames/kgamerenderer_p.h.orig 2010-12-13 00:59:19.977474457 +0100
|
|
+++ ./libkdegames/kgamerenderer_p.h 2010-12-13 01:02:15.857318373 +0100
|
|
@@ -31,9 +31,10 @@
|
|
namespace KGRInternal
|
|
{
|
|
//Describes the state of a KGameRendererClient.
|
|
+ typedef QHash<QColor, QColor> qhash_qcolor_qcolor_t;
|
|
struct ClientSpec
|
|
{
|
|
- inline ClientSpec(const QString& spriteKey = QString(), int frame = -1, const QSize& size = QSize(), const QHash<QColor, QColor>& customColors = QHash<QColor, QColor>());
|
|
+ inline ClientSpec(const QString& spriteKey = QString(), int frame = -1, const QSize& size = QSize(), const qhash_qcolor_qcolor_t& customColors = qhash_qcolor_qcolor_t());
|
|
QString spriteKey;
|
|
int frame;
|
|
QSize size;
|