forked from qt-creator/qt-creator
analyzer: add a button to shorten names of function templates
Task-number: QTCREATORBUG-7746 Change-Id: I5ba6c5b63c319d7b65239c6b730c0da90ef20c4f Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -202,17 +202,19 @@ private:
|
||||
* Global callgrind settings
|
||||
*/
|
||||
public:
|
||||
|
||||
CostDelegate::CostFormat costFormat() const;
|
||||
bool detectCycles() const;
|
||||
bool shortenTemplates() const;
|
||||
|
||||
public slots:
|
||||
void setCostFormat(Valgrind::Internal::CostDelegate::CostFormat format);
|
||||
void setDetectCycles(bool detect);
|
||||
void setDetectCycles(bool on);
|
||||
void setShortenTemplates(bool on);
|
||||
|
||||
private:
|
||||
CostDelegate::CostFormat m_costFormat;
|
||||
bool m_detectCycles;
|
||||
bool m_shortenTemplates;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user