source: trunk/form_input.cpp @ 236

Revision 236, 895 bytes checked in by antonbatenev.ya.ru, 3 years ago (diff)

fix #41 - Дозагрузка тем/сообщений по URL; Исправление ошибки с получением поломанных веток из хранилища

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Author Revision Url Id
Line 
1//----------------------------------------------------------------------------------------------
2// $Date$
3// $Author$
4// $Revision$
5// $URL$
6//----------------------------------------------------------------------------------------------
7#include "form_input.h"
8//----------------------------------------------------------------------------------------------
9
10FormInput::FormInput (QWidget* parent, const QString& header, const QString& message, const QString& text) : FormInputUI (parent, header, message, text)
11{
12}
13//----------------------------------------------------------------------------------------------
14
15FormInput::~FormInput ()
16{
17}
18//----------------------------------------------------------------------------------------------
19
20QString FormInput::text ()
21{
22        return m_text->text();
23}
24//----------------------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.