aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/stringresult.h
blob: 19e986557875fd8289f125ced693ab664dcbf7dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef STRINGRESULT_H
#define STRINGRESULT_H

class StringResult
{
public:
    StringResult();
};

#endif // STRINGRESULT_H