Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

build is broken #875

Closed andres-erbsen closed 6 years ago

andres-erbsen commented 6 years ago
/home/travis/build/Qucs/qucs/qucs/qucs/qucs.cpp:1229:24: error: ‘slotUpdateTreeview’ was not declared in this scope
     slotUpdateTreeview();

https://travis-ci.org/Qucs/qucs/jobs/432061091#L2219

in3otd commented 6 years ago

yep, due to interactions between two PRs merged recently the develop branch does not build. Fix is in #871 - for the moment you can also simply delete the line referenced above containing the call to slotUpdateTreeview() as that function was removed since no longer needed.