core: fix downloader builds
Downloder builds pull in show_computer_list() from downloadfromdcthread.cpp, but it's declared as extern "C". With 76c2069f having converted subsurfacestartup.c to .cpp, we can remove the extern "C" Signed-off-by: Richard Fuchs <dfx@dfx.at>
This commit is contained in:
parent
1508d305b8
commit
2533909337
@ -95,9 +95,7 @@ struct mydescriptor {
|
||||
* stay like this for now.
|
||||
*/
|
||||
void fill_computer_list();
|
||||
extern "C" {
|
||||
void show_computer_list();
|
||||
}
|
||||
extern QStringList vendorList;
|
||||
extern QHash<QString, QStringList> productList;
|
||||
extern QMap<QString, dc_descriptor_t *> descriptorLookup;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user