summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
authorManuel Schneider2014-04-08 12:17:53 +0200
committerManuel Schneider2014-04-08 12:17:53 +0200
commit56f8876e57f5d3c3dd0a384850bb77bcff116e0a (patch)
treed4da3dda4b1451a91eb206919f7422299b755661 /src/widget.h
parentmoved conf to slx configs (diff)
downloadbeamergui-56f8876e57f5d3c3dd0a384850bb77bcff116e0a.tar.gz
beamergui-56f8876e57f5d3c3dd0a384850bb77bcff116e0a.tar.xz
beamergui-56f8876e57f5d3c3dd0a384850bb77bcff116e0a.zip
[beamergui] Removed the need of a configfile in beamergui, because it is handled in Xsetup stage now.
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.h b/src/widget.h
index b80f714..83404ac 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -41,6 +41,8 @@ public:
private:
void updateScreenResources();
+ // Deprecated, will be deleted after confirmation from above
+ //void setResFromConfig();
void timeout();
Ui::Widget * _ui;