Added program arguments to print labels in console mode

git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@65 cac9541e-1b8d-4bfa-827e-589bba606050
This commit is contained in:
ruglory
2009-02-16 00:56:11 +00:00
parent 86d1abdfbd
commit 9b15a68c99
16 changed files with 277 additions and 32 deletions
+4
View File
@@ -88,6 +88,10 @@ QGraphicsItem *QShapeController::read( QXmlStreamReader &reader ) const
return item;
}
void QShapeController::replace( QGraphicsItem *, const QString &, const QString & ) const
{
}
QShapeFactory &QShapeFactory::QShapeFactory::instance()
{
static QShapeFactory inst;