Scribus
Open source desktop publishing at your fingertips
testGlyphStore.h
1 /*
2  * testGlyphStore.cpp
3  * ScribusProject
4  *
5  * Created by Andreas Vox on 22.08.10.
6  * Copyright 2010 __MyCompanyName__. All rights reserved.
7  *
8  */
9 
10 #include <QtTest/QtTest>
11 
12 #include "text/storytext.h"
13 #include "text/glyphstore.h"
14 
15 class TestGlyphStore: public QObject
16 {
17  Q_OBJECT
18 
19 private slots:
20 
21  void cluster();
22  void initGS();
23 
24 };
Definition: testGlyphStore.h:15