Commit 61c0a2e 1 parent 5d7fee5 commit 61c0a2e Copy full SHA for 61c0a2e
File tree 3 files changed +18
-6
lines changed
3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.0.2)
2
2
3
- project (OpenBangla-Keyboard VERSION 1.3 .0)
3
+ project (OpenBangla-Keyboard VERSION 1.4 .0)
4
4
set (APP_NAME "OpenBangla-Keyboard" )
5
5
6
6
## Set versions
Original file line number Diff line number Diff line change 16
16
</p >
17
17
</description >
18
18
<releases >
19
- <release version =" 1.3.0" date =" 2018-04-27" urgency =" medium" >
19
+ <release version =" 1.4.0" date =" 2018-05-04" urgency =" medium" >
20
+ <description >
21
+ <ul >
22
+ <li >
23
+ Fixes a serious bug https://github.com/OpenBangla/OpenBangla-Keyboard/issues/26.
24
+ </li >
25
+ <li >
26
+ OpenBangla Keyboard will check for updates automatically and notify the user if an update is available.
27
+ </li >
28
+ </ul >
29
+ </description >
30
+ </release >
31
+ <release version =" 1.3.0" date =" 2018-04-27" urgency =" medium" >
20
32
<description >
21
33
<ul >
22
34
<li >
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ TopBar::TopBar(QWidget *parent) :
48
48
updater = QSimpleUpdater::getInstance ();
49
49
50
50
/* Dialogs */
51
- aboutDialog = new AboutDialog (this );
52
- layoutViewer = new LayoutViewer (this );
53
- settingsDialog = new SettingsDialog (this );
54
- autoCorrectDialog = new AutoCorrectDialog (this );
51
+ aboutDialog = new AboutDialog (Q_NULLPTR );
52
+ layoutViewer = new LayoutViewer (Q_NULLPTR );
53
+ settingsDialog = new SettingsDialog (Q_NULLPTR );
54
+ autoCorrectDialog = new AutoCorrectDialog (Q_NULLPTR );
55
55
56
56
ui->buttonIcon ->installEventFilter (this );
57
57
You can’t perform that action at this time.
0 commit comments