Freeciv-3.3
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
version_message_event Class Reference

#include <chatline.h>

+ Inheritance diagram for version_message_event:

Public Member Functions

 version_message_event (const QString &msg)
 
QString get_message () const
 

Private Attributes

QString message
 

Detailed Description

Definition at line 147 of file chatline.h.

Constructor & Destructor Documentation

◆ version_message_event()

version_message_event::version_message_event ( const QString msg)
explicit

Version message event constructor.

Definition at line 825 of file chatline.cpp.

Member Function Documentation

◆ get_message()

QString version_message_event::get_message ( ) const
inline

Definition at line 152 of file chatline.h.

Field Documentation

◆ message

QString version_message_event::message
private

Definition at line 149 of file chatline.h.

Referenced by get_message().