negativerad / eepe

Automatically exported from code.google.com/p/eepe
0 stars 0 forks source link

Check for updates icon on tool bar not working #108

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Click on update icon on tool bar
2.Nothing happens
3.Works ok via properties from file dropdown

What is the expected output? What do you see instead?
Should check for updates but it's not working

What version of the product are you using? On what operating system?
Lastest version on xp

Please provide any additional information below.

Original issue reported on code.google.com by iana...@hotmail.com on 28 Aug 2011 at 7:07

GoogleCodeExporter commented 9 years ago
In mainwindows.h 

public:
    MainWindow();
    void checkForUpdates(bool ignoreSettings=true);
    void downloadLatester9x();

should be edited as:

public:
    MainWindow();

public slots:
    void checkForUpdates(bool ignoreSettings=true);
    void downloadLatester9x();

Original comment by romolo.m...@gmail.com on 10 Nov 2011 at 12:44