You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
513 B
36 lines
513 B
// This file is generated by kconfig_compiler from test12.kcfg. |
|
// All changes you do to this file will be lost. |
|
#ifndef TEST12_H |
|
#define TEST12_H |
|
|
|
#include <qglobal.h> |
|
#include <kconfigskeleton.h> |
|
#include <QCoreApplication> |
|
#include <QDebug> |
|
|
|
class Test12 : public KConfigSkeleton |
|
{ |
|
public: |
|
|
|
Test12( ); |
|
~Test12(); |
|
|
|
|
|
/** |
|
Get RnRSource |
|
*/ |
|
QList<QUrl> rnRSource() const |
|
{ |
|
return mRnRSource; |
|
} |
|
|
|
protected: |
|
|
|
// muon |
|
QList<QUrl> mRnRSource; |
|
|
|
private: |
|
}; |
|
|
|
#endif |
|
|
|
|