X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_testxccalendarday.cpp;h=4e274395c57728b8b34680d1e7c940be64d46f27;hp=8a5b016db7d803c39af2a095ab6568b36f8d480f;hb=353e537a0c84a496c97e8889403c77d13a0b7341;hpb=93dec256522729e3d13e035755f3c5a1e57efb37 diff --git a/source/tests/xestiacalendar_testxccalendarday.cpp b/source/tests/xestiacalendar_testxccalendarday.cpp index 8a5b016..4e27439 100644 --- a/source/tests/xestiacalendar_testxccalendarday.cpp +++ b/source/tests/xestiacalendar_testxccalendarday.cpp @@ -1,3 +1,21 @@ +// xestiacalendar_testxccalendarday.cpp - Xestia Calendar Unit Test XCCalendarDay +// +// (c) 2016-2017 Xestia Software Development. +// +// This file is part of Xestia Calendar. +// +// Xestia Calendar is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Calendar is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Calendar. If not, see + #include #include "../widgets/XCCalendarDay.h" @@ -6,15 +24,6 @@ class XCCalendarDayTest: public wxApp virtual bool OnInit(); }; -/*class MyFrame: public wxFrame -{ - private: - XCCalendarDay *XCCalWidget = nullptr; - wxBoxSizer *WindowSizer = new wxBoxSizer(wxVERTICAL); - public: - MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size); -};*/ - IMPLEMENT_APP(XCCalendarDayTest); using namespace std;