- informatior thingie, actually just syncing my build checkkout with svn and will do a biggr clean up in a while
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=477589remotes/origin/okular3-playground
parent
d09fd28b89
commit
7176dd8b86
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
||||
|
||||
/**
|
||||
* @short The source of information about the Generator |
||||
*
|
||||
* The goal of this class is to provide per Generator settings, |
||||
* about data and other stuff not related with generating oKular
|
||||
* content, but still needed for a full-featured plugin system. |
||||
* |
||||
*/ |
||||
|
||||
class Informator |
||||
{ |
||||
virtual QString iconName() = 0; |
||||
virtual void addConfigurationPages ( KConfigDialog* cfg ) = 0; |
||||
virtual KAboutData about(); |
||||
virtual QStringList mimetypes() = 0; |
||||
} |
||||
Loading…
Reference in new issue