[tasque/viewmodel: 62/78] Add stub for a preferences tab viewmodel
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/viewmodel: 62/78] Add stub for a preferences tab viewmodel
- Date: Wed, 29 Aug 2012 18:39:52 +0000 (UTC)
commit 3702734b6dcbe6505e241267ac60168a731bdc7f
Author: Antonius Riha <antoniusriha gmail com>
Date: Wed Aug 8 18:38:41 2012 +0200
Add stub for a preferences tab viewmodel
src/libtasqueui/Legacy/SettingGroupModel.cs | 36 +++++++++++++++++++++++++++
src/libtasqueui/libtasqueui.csproj | 1 +
2 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/src/libtasqueui/Legacy/SettingGroupModel.cs b/src/libtasqueui/Legacy/SettingGroupModel.cs
new file mode 100644
index 0000000..92ef4cc
--- /dev/null
+++ b/src/libtasqueui/Legacy/SettingGroupModel.cs
@@ -0,0 +1,36 @@
+//
+// SettingGroupModel.cs
+//
+// Author:
+// Antonius Riha <antoniusriha gmail com>
+//
+// Copyright (c) 2012 Antonius Riha
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+using System;
+namespace Tasque.UIModel.Legacy
+{
+ public class SettingGroupModel
+ {
+ public SettingGroupModel ()
+ {
+ }
+ }
+}
+
diff --git a/src/libtasqueui/libtasqueui.csproj b/src/libtasqueui/libtasqueui.csproj
index 9362b33..5907c04 100644
--- a/src/libtasqueui/libtasqueui.csproj
+++ b/src/libtasqueui/libtasqueui.csproj
@@ -117,6 +117,7 @@
<Compile Include="Legacy\CompletionDateRangeConverter.cs" />
<Compile Include="Legacy\TaskGroupNameConverter.cs" />
<Compile Include="Legacy\TaskContextMenuModel.cs" />
+ <Compile Include="Legacy\SettingGroupModel.cs" />
<Compile Include="ViewModel.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]