403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/databases/kexi/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/databases/kexi/files/patch-src_plugins_forms_widgets_kexidbcombobox.h
Fix the build with LLVM < 4.0 (https://bugs.llvm.org//show_bug.cgi?id=26297).

/wrkdirs/usr/ports/databases/kexi/work/kexi-3.0.0/src/plugins/forms/widgets/kexidbcombobox.h:47:33: error: return type of virtual function 'column' is not covariant with
      the return type of the function it overrides ('KDbTableViewColumn' is incomplete)
    virtual KDbTableViewColumn *column() const;
                                ^
/usr/local/include/KDb3/KDbTableViewData.h:36:7: note: forward declaration of 'KDbTableViewColumn'
class KDbTableViewColumn;
      ^
--- src/plugins/forms/widgets/kexidbcombobox.h.orig	2017-06-11 15:09:35 UTC
+++ src/plugins/forms/widgets/kexidbcombobox.h
@@ -24,6 +24,8 @@
 #include "kexidbautofield.h"
 #include <widget/tableview/kexicomboboxbase.h>

+#include <KDb3/KDbTableViewColumn.h>
+
 //! @short Combo box widget for Kexi forms
 /*! This widget is implemented on top of KexiDBAutoField,
  so as it uses KexiDBAutoField's ability of embedding subwidgets,

Youez - 2016 - github.com/yon3zu
LinuXploit