X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_testxccalendarmonthview.cpp;h=16f0464b5bbf8c6ed2b796b1a0d14ea2a77006e1;hp=00a3b4a1f5947a033dfa837e37193460791e3fa5;hb=cba151c4b833a26c63984769f921bab5e755decd;hpb=e931cd1ed2b20f567559577646dccc1aec23ef16 diff --git a/source/tests/xestiacalendar_testxccalendarmonthview.cpp b/source/tests/xestiacalendar_testxccalendarmonthview.cpp index 00a3b4a..16f0464 100644 --- a/source/tests/xestiacalendar_testxccalendarmonthview.cpp +++ b/source/tests/xestiacalendar_testxccalendarmonthview.cpp @@ -1,3 +1,21 @@ +// xestiacalendar_testxccalendarmonthview.cpp - Xestia Calendar Unit Test XCCalendarMonthView +// +// (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/XCCalendarMonthView.h" #include "../common/monthviewgen.h" @@ -7,15 +25,6 @@ class XCCalendarMonthViewTest: 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(XCCalendarMonthViewTest); using namespace std;