summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/bug_643.cpp
blob: 55e3e309bc700bf7cee1b3e1be9b5ad7f956e24b (plain)
1
2
3
4
5
6
class test_Dummy
    : public QObject
{
    Q_OBJECT
    test_Dummy* settings = nullptr;
};