octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53996] [patch] fix compilation in master by i


From: Mayeul Cantan
Subject: [Octave-bug-tracker] [bug #53996] [patch] fix compilation in master by including the QButtonGroup header
Date: Mon, 28 May 2018 02:14:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <http://savannah.gnu.org/bugs/?53996>

                 Summary: [patch] fix compilation in master by including the
QButtonGroup header
                 Project: GNU Octave
            Submitted by: mayeulc
            Submitted on: Mon 28 May 2018 06:14:38 AM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

This is a trivial fix that was needed for me after I cloned the repository.
QButtonGroup is used line 302 of this file, but the header was not included,
leading to an incomplete type error.


diff -r 39cf8145405f libgui/src/settings-dialog.cc
--- a/libgui/src/settings-dialog.cc     Wed May 16 21:36:27 2018 +0200
+++ b/libgui/src/settings-dialog.cc     Mon May 28 08:10:16 2018 +0200
@@ -41,6 +41,7 @@
 #include <QHash>
 #include <QMessageBox>
 #include <QTextCodec>
+#include <QButtonGroup>
 
 #if defined (HAVE_QSCINTILLA)
 #  include "octave-qscintilla.h"





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53996>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]