File: OutputEncoding.qml.cpp

package info (click to toggle)
doxyqml 0.5.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: python: 1,349; cpp: 165; makefile: 9; sh: 8
file content (7 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
using namespace QtQuick;
/// @brief Output encoding test case
class OutputEncoding : public QtQuick.Item {
public:
/// @brief Text with special chars áâäà éêè íîì óôöò úûüù
Q_PROPERTY(int foo READ dummyGetter_foo_ignore)
};