work save
This commit is contained in:
parent
342f497fba
commit
168cb49218
|
@ -105,7 +105,7 @@ void FunctionTooltipWidget::updateTip()
|
|||
mInfoLabel->setText(text);
|
||||
}
|
||||
|
||||
void FunctionTooltipWidget::guesstFunction(int commas)
|
||||
void FunctionTooltipWidget::guessFunction(int commas)
|
||||
{
|
||||
for (int i=0;i<mInfos.size();i++) {
|
||||
if (mInfos[i]->params.count()>commas) {
|
||||
|
|
|
@ -29,7 +29,7 @@ public:
|
|||
void nextTip();
|
||||
void previousTip();
|
||||
void updateTip();
|
||||
void guesstFunction(int commas);
|
||||
void guessFunction(int commas);
|
||||
|
||||
int paramIndex() const;
|
||||
void setParamIndex(int newParamIndex);
|
||||
|
|
Loading…
Reference in New Issue