Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126595
Collapse All | Expand All

(-)qjoypad-3.4-orig/src/layout.h (+3 lines)
Lines 40-45 Link Here
40
//for recognizing when the special empty layout is in use
40
//for recognizing when the special empty layout is in use
41
#define NL "[NO LAYOUT]"
41
#define NL "[NO LAYOUT]"
42
42
43
//Circular dependency in the headers, so adding a forward declaration here
44
class LayoutEdit;
45
43
//where QJoyPad saves its settings!
46
//where QJoyPad saves its settings!
44
const QString settingsDir(QDir::homeDirPath() + "/.qjoypad3/");
47
const QString settingsDir(QDir::homeDirPath() + "/.qjoypad3/");
45
48

Return to bug 126595