Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4841ea9

Browse files
committed
Move function in header file back into ifdef
1 parent a5967f3 commit 4841ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/miningpage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ class MiningPage : public QWidget
4444
void StartCPUMiner();
4545
void StopCPUMiner();
4646
void showCPUHashMeterControls(bool show);
47-
void showGPUHashMeterControls(bool show);
4847
void updateCPUPushSwitch();
4948
#ifdef ENABLE_GPU
5049
void StartGPUMiner();
5150
void StopGPUMiner();
51+
void showGPUHashMeterControls(bool show);
5252
void updateGPUPushSwitch();
5353
#endif
5454

0 commit comments

Comments
 (0)