repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / apps / haikudepot / textview / TextDocumentTest.h
blob1fd05c10141a0215c990484cc2ad27aa94ba1cf4
1 /*
2 * Copyright 2013, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
5 #ifndef TEXT_DOCUMENT_TEST_H
6 #define TEXT_DOCUMENT_TEST_H
9 #include <Application.h>
12 class TextDocumentTest : public BApplication {
13 public:
14 TextDocumentTest();
15 virtual ~TextDocumentTest();
17 virtual void ReadyToRun();
21 #endif // TEXT_DOCUMENT_TEST_H