Why can't I compare this QPair with an empty QPair?

后端 未结 0 702
别跟我提以往
别跟我提以往 2020-11-30 01:33

I have this code here:

QPair emptyPair = qMakePair(QIcon(), string(""));
if (selectedItemPair == emptyPair)
    return;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题