Project

General

Profile

Bug #7985

Overridden setHeaderData in QueryModel hides shorthand

Added by Roel Standaert about 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
01/19/2021
Due date:
% Done:

100%

Estimated time:

Description

WAbstractItemModel has two setHeaderData functions:

One that is virtual and takes 4 arguments (section, orientation, value, and role), and another that serves
as a shorthand and takes 2 arguments (section and value), that calls the 4 argument function with orientation
set to Orientation::Horizontal and role set to ItemDataRole::Edit.

QueryModel overrides the 4-argument version, which causes the 2-argument function to be hidden.
using WAbstractItemModel::setHeaderData; should be added to QueryModel so that the 2-argument version
is accessible.

#1

Updated by Roel Standaert about 2 years ago

  • Status changed from InProgress to Implemented @Emweb
#2

Updated by Roel Standaert about 2 years ago

  • Description updated (diff)
#3

Updated by Roel Standaert about 2 years ago

  • Description updated (diff)
#4

Updated by Roel Standaert about 2 years ago

  • Status changed from Implemented @Emweb to Resolved
  • Target version set to 4.5.1
#5

Updated by Roel Standaert over 1 year ago

  • % Done changed from 0 to 100
#6

Updated by Roel Standaert over 1 year ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF