mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -95,9 +95,7 @@ struct mydescriptor {
|
||||||
* stay like this for now.
|
* stay like this for now.
|
||||||
*/
|
*/
|
||||||
void fill_computer_list();
|
void fill_computer_list();
|
||||||
extern "C" {
|
|
||||||
void show_computer_list();
|
void show_computer_list();
|
||||||
}
|
|
||||||
extern QStringList vendorList;
|
extern QStringList vendorList;
|
||||||
extern QHash<QString, QStringList> productList;
|
extern QHash<QString, QStringList> productList;
|
||||||
extern QMap<QString, dc_descriptor_t *> descriptorLookup;
|
extern QMap<QString, dc_descriptor_t *> descriptorLookup;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue