mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
okular: markdown document and generator header guards
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
df7955bc93
commit
92d6f11547
2 changed files with 7 additions and 3 deletions
|
@ -7,6 +7,8 @@
|
|||
* (at your option) any later version. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef MD_DOCUMENT_H
|
||||
#define MD_DOCUMENT_H
|
||||
|
||||
#include <QtGui/QTextDocument>
|
||||
|
||||
|
@ -21,3 +23,5 @@ class MDDocument : public QTextDocument
|
|||
private:
|
||||
QByteArray m_mddata;
|
||||
};
|
||||
|
||||
#endif // MD_DOCUMENT_H
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef _MD_GENERATOR_H_
|
||||
#define _MD_GENERATOR_H_
|
||||
#ifndef MD_GENERATOR_H
|
||||
#define MD_GENERATOR_H
|
||||
|
||||
|
||||
#include <core/textdocumentgenerator.h>
|
||||
|
@ -23,4 +23,4 @@ class MDGenerator : public Okular::TextDocumentGenerator
|
|||
void addPages( KConfigDialog* dlg );
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // MD_GENERATOR_H
|
||||
|
|
Loading…
Add table
Reference in a new issue