Freeciv-3.2
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 146 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 798 of file chatline.cpp.

Member Function Documentation

◆ get_message()

QString version_message_event::get_message ( ) const
inline

Definition at line 151 of file chatline.h.

Field Documentation

◆ message

QString version_message_event::message
private

Definition at line 148 of file chatline.h.

Referenced by get_message().