~ubuntu-branches/ubuntu/oneiric/kdegames/oneiric

« back to all changes in this revision

Viewing changes to ksudoku/engine/script/scriptedruleset.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer, Rohan Garg, Philip Muškovac, Felix Geyer
  • Date: 2011-07-12 12:53:09 UTC
  • mfrom: (1.3.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110712125309-08z2aidih2ynpu43
Tags: 4:4.6.90-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Drop Granatier, libopenal is in universe
  - Bump so versions for various packages

[ Philip Muškovac ]
* fix debug package depends on kdebase-runtime-dbg -> kde-runtime-dbg 

[ Felix Geyer ]
* Update symbols files.
* Add new files to kajongg.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include <QDebug>
17
17
 
18
18
Q_DECLARE_METATYPE(QScriptValue)
 
19
#ifndef KDE_USE_FINAL
19
20
Q_DECLARE_METATYPE(QVector<QScriptValue>)
20
 
 
 
21
#endif
21
22
class ScriptedRulesetPrivate {
22
23
        Q_DECLARE_PUBLIC(ScriptedRuleset)
23
24
public: