Added a new base class RSTextEdit with placeholder for Qt < 5.2

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7792 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-12-25 02:39:40 +00:00
parent e5f0e6fcc7
commit 6c3a6f161f
7 changed files with 124 additions and 8 deletions

View file

@ -22,10 +22,10 @@
#ifndef MIMETEXTEDIT_H
#define MIMETEXTEDIT_H
#include <QTextEdit>
#include <QCompleter>
#include "RSTextEdit.h"
class MimeTextEdit : public QTextEdit
class MimeTextEdit : public RSTextEdit
{
Q_OBJECT