mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
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:
parent
e5f0e6fcc7
commit
6c3a6f161f
7 changed files with 124 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue