Skip to content

TerminalDisplay: Replace tuple by QPair.

Edwin Pujols requested to merge epujols/konsole:just-a-pair into master

Recently noticed that we were already using std::pair, no need for an explicit std::tuple here. (Using QPair, which works like std::pair for the purpose at hand).

Edited by Edwin Pujols

Merge request reports