summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90bfd9a)
raw | patch | inline | side by side (parent: 90bfd9a)
author | theAdib <theAdib@users.sourceforge.net> | |
Tue, 5 May 2009 20:49:53 +0000 (20:49 +0000) | ||
committer | theAdib <theAdib@users.sourceforge.net> | |
Tue, 5 May 2009 20:49:53 +0000 (20:49 +0000) |
src/test-stubs.cpp | patch | blob | history |
diff --git a/src/test-stubs.cpp b/src/test-stubs.cpp
index 3cfd265b41a9ba7abd4d561213e93e1f8388a6a1..b0890fe29dbc9db36fe6a24d17e83ac249893a41 100644 (file)
--- a/src/test-stubs.cpp
+++ b/src/test-stubs.cpp
/** @file
* @brief Alternate stub implementations for some functions.
- *
+ *
* This file exists only for the benefit of the linker when building tests,
* to avoid circular dependencies. If some test causes link errors because of a function
* it doesn't need, feel free to add a stub here.
_prefs_dir(""),
_prefs_filename(""),
_prefs_doc(NULL),
- _use_gui(true),
- _quiet(false),
- _loaded(false),
_writable(false)
{
}
{
}
-void Preferences::load(bool /*use_gui*/, bool /*quiet*/) {}
void Preferences::save() {}
// getter methods