diff options
Diffstat (limited to 'Tests/QtAutogen/sub/uiconly.cpp')
-rw-r--r-- | Tests/QtAutogen/sub/uiconly.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Tests/QtAutogen/sub/uiconly.cpp b/Tests/QtAutogen/sub/uiconly.cpp deleted file mode 100644 index ac22789..0000000 --- a/Tests/QtAutogen/sub/uiconly.cpp +++ /dev/null @@ -1,13 +0,0 @@ - -#include "uiconly.h" - -UicOnly::UicOnly(QWidget* parent) - : QWidget(parent) - , ui(new Ui::UicOnly) -{ -} - -int main() -{ - return 0; -} |