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