forked from qt-creator/qt-creator
VCS[git]: Limit text size to be displayed.
in VCSBaseEditor and BaseTextEditor::createNew to the size used for limiting file size. Reviewed-by: Robert Loehning <robert.loehning@nokia.com> Task-number: QTCREATORBUG-1847
This commit is contained in:
@@ -294,6 +294,8 @@ protected:
|
||||
bool canInsertFromMimeData(const QMimeData *source) const;
|
||||
void insertFromMimeData(const QMimeData *source);
|
||||
|
||||
static QString msgTextTooLarge(quint64 size);
|
||||
|
||||
private:
|
||||
void maybeSelectLine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user