Project

General

Profile

Actions

Bug #7985

closed

Overridden setHeaderData in QueryModel hides shorthand

Added by Roel Standaert over 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Roel Standaert
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.

Actions #1

Updated by Roel Standaert over 3 years ago

  • Status changed from InProgress to Implemented @Emweb
Actions #2

Updated by Roel Standaert over 3 years ago

  • Description updated (diff)
Actions #3

Updated by Roel Standaert over 3 years ago

  • Description updated (diff)
Actions #4

Updated by Roel Standaert over 3 years ago

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

Updated by Roel Standaert over 2 years ago

  • % Done changed from 0 to 100
Actions #6

Updated by Roel Standaert over 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF