mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update the server_monitor example client to Qt5
(cherry picked from commit ab72f94595
)
This commit is contained in:
parent
94093a534e
commit
e1fa3cb248
@ -41,6 +41,9 @@
|
||||
#include <QApplication>
|
||||
#include <QtGui>
|
||||
#include <QtDebug>
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <QtWidgets>
|
||||
#endif
|
||||
|
||||
#include "server_monitor.h"
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <QDialog>
|
||||
#include <QFile>
|
||||
|
@ -1,2 +1,4 @@
|
||||
CONFIG += console
|
||||
HEADERS += server_monitor.h
|
||||
SOURCES += server_monitor.cpp
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
@ -15,8 +15,8 @@ What's new
|
||||
|
||||
* DOCUMENT INPUT/OUTPUT
|
||||
|
||||
- Updated Arabic, Chinese (Simplified), German, Russian, Slovakian and Ukrainian
|
||||
user interface localization.
|
||||
- Updated Arabic, Chinese (Simplified), German, Italian, Russian, Slovakian
|
||||
and Ukrainian user interface localization.
|
||||
|
||||
- It possible to anonymize document's content for bug submissions
|
||||
via buffer-anonymize lfun (bug 7259).
|
||||
@ -33,6 +33,11 @@ What's new
|
||||
- Fix problems with default conversion script for graphics (part of bug 11186).
|
||||
|
||||
|
||||
* MISCELLANEOUS
|
||||
|
||||
- Updated to Qt5 the LyX server example client in development/lyxserver/
|
||||
|
||||
|
||||
* TEX2LYX IMPROVEMENTS
|
||||
|
||||
- Add support for biblatex.
|
||||
|
Loading…
Reference in New Issue
Block a user