diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-08-30 19:14:11 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-08-30 19:14:11 +0000 |
commit | a5639754b86fcc26dae0f91b8f644c4a81975ef9 (patch) | |
tree | a8efae931bdc46dd9b7317026dbd16adeb2cd59b /user/horizon/fix-qt-runner.patch | |
parent | 83c341ea66da889098fee907da0d1491fb4fb50b (diff) | |
download | packages-a5639754b86fcc26dae0f91b8f644c4a81975ef9.tar.gz packages-a5639754b86fcc26dae0f91b8f644c4a81975ef9.tar.bz2 packages-a5639754b86fcc26dae0f91b8f644c4a81975ef9.tar.xz packages-a5639754b86fcc26dae0f91b8f644c4a81975ef9.zip |
user/horizon: Update to 0.9.4
Diffstat (limited to 'user/horizon/fix-qt-runner.patch')
-rw-r--r-- | user/horizon/fix-qt-runner.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/user/horizon/fix-qt-runner.patch b/user/horizon/fix-qt-runner.patch deleted file mode 100644 index 39cab1181..000000000 --- a/user/horizon/fix-qt-runner.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 9f737dbab8b9ed9fa57bdf15542cc00a8363d98b Mon Sep 17 00:00:00 2001 -From: "A. Wilcox" <AWilcox@Wilcox-Tech.com> -Date: Thu, 4 Jun 2020 21:29:37 -0500 -Subject: [PATCH] Qt UI: Ensure log is opened when built in release modes - ---- - ui/qt5/runner/executepage.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ui/qt5/runner/executepage.cc b/ui/qt5/runner/executepage.cc -index 999731a..d5788df 100644 ---- a/ui/qt5/runner/executepage.cc -+++ b/ui/qt5/runner/executepage.cc -@@ -48,7 +48,7 @@ ExecutePage::ExecutePage(QWidget *parent) : HorizonWizardPage(parent) { - }); - - log.setFileName("/var/log/horizon/executor.log"); -- Q_ASSERT(log.open(QFile::Append)); -+ log.open(QFile::Append); - - this->current = Prepare; - markRunning(this->current); --- -2.25.4 - |