xlnt/third-party/cxxtest/test/fake/qmessagebox.h

9 lines
154 B
C
Raw Normal View History

// fake qmessagebox.h
class QMessageBox
{
public:
enum Icon { Information, Warning, Critical };
static void *standardIcon(Icon) { return 0; }
};