<div dir="ltr"><div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">While writing the getter and setter for m_idSelector which is of type enum and defined in alkonlinequotesource.cpp whereas the declarations of the getters and setters are in alkonlinequotesource.h therefore I can't declare the function of type idSelector (enum). What should I do for that case?<br></blockquote><br></div><div>The solution I thought was to shift all the declarations to the header file or shift the enum declaration to public in the header file or somewhere else. Though, I am unsure about both.<br></div><div dir="ltr"><br></div></div>