X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorRelated.h;h=349c3f7e2f076e27c80b965f7c8edba65dac2904;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hp=3c3f37f054df8d9f9193e80cdd96d27bb3167aed;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorRelated.h b/source/contacteditor/frmContactEditorRelated.h index 3c3f37f..349c3f7 100644 --- a/source/contacteditor/frmContactEditorRelated.h +++ b/source/contacteditor/frmContactEditorRelated.h @@ -1,3 +1,21 @@ +// frmContactEditorRelated.h - frmContactEditorRelated form header. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book 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 Address Book 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 Address Book. If not, see + #ifndef __frmContactEditorRelated__ #define __frmContactEditorRelated__ @@ -9,6 +27,7 @@ Subclass of frmContactEditorRelatedADT, which is generated by wxFormBuilder. #include "../AppXestiaAddrBk.h" #include "../enums.h" #include +#include "../widgets/XABPriorityCtrl.h" //// end generated include @@ -17,7 +36,6 @@ class frmContactEditorRelated : public frmContactEditorRelatedADT { protected: // Handlers for frmContactEditorRelatedADT events. - void EnablePriority( wxCommandEvent& event ); void ProcessData( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: @@ -48,7 +66,7 @@ class frmContactEditorRelated : public frmContactEditorRelatedADT wxListCtrl *RelatedListCtrlPtr; int RelatedListIndex; SectionType EditSectionType; - + XABPriorityCtrl *priorityCtrl = nullptr; }; #endif // __frmContactEditorRelated__