Skip to content

Commit 128e815

Browse files
author
Raphael Dumusc
committed
Make deflect/qt/types.h public (used by Tide)
1 parent c849a19 commit 128e815

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Daniel Nachbaur <[email protected]>
55

66
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
7-
project(Deflect VERSION 1.0.1)
7+
project(Deflect VERSION 1.0.2)
88
set(Deflect_VERSION_ABI 7)
99

1010
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/common)

deflect/qt/CMakeLists.txt

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
# Daniel Nachbaur <[email protected]>
44
# Raphael Dumusc <[email protected]>
55

6-
set(DEFLECTQT_HEADERS
7-
EventReceiver.h
8-
QmlGestures.h
9-
QmlStreamerImpl.h
10-
types.h
11-
)
126
set(DEFLECTQT_PUBLIC_HEADERS
137
OffscreenQuickView.h
148
QmlStreamer.h
159
QuickRenderer.h
1610
TouchInjector.h
11+
types.h
1712
)
13+
14+
set(DEFLECTQT_HEADERS
15+
EventReceiver.h
16+
QmlGestures.h
17+
QmlStreamerImpl.h
18+
)
19+
1820
set(DEFLECTQT_SOURCES
1921
EventReceiver.cpp
2022
OffscreenQuickView.cpp

doc/Changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ Changelog {#Changelog}
33

44
## Deflect 1.0
55

6-
### 1.0.1 (master)
6+
### 1.0.2 (29-11-2018)
7+
* [208](https://github.com/BlueBrain/Deflect/pull/208):
8+
Fix missing public header: deflect/qt/types.h
9+
10+
### 1.0.1 (29-11-2018)
711
* [207](https://github.com/BlueBrain/Deflect/pull/207):
812
Fix wrong vertical frame mirror for different sized channels
913
* [203](https://github.com/BlueBrain/Deflect/pull/203):

0 commit comments

Comments
 (0)