~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to plugins/contacts/symbian/contactsmodel/cntplsql/inc/predictivesearchkeymapdefs.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
 
3
* All rights reserved.
 
4
* This component and the accompanying materials are made available
 
5
* under the terms of "Eclipse Public License v1.0"
 
6
* which accompanies this distribution, and is available
 
7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
 
8
*
 
9
* Initial Contributors:
 
10
* Nokia Corporation - initial contribution.
 
11
*
 
12
* Contributors:
 
13
*
 
14
* Description: Common constants for predictive search keymaps
 
15
*/
 
16
 
 
17
#ifndef __PREDICTIVESEARCHKEYMAPDEFS_H__
 
18
#define __PREDICTIVESEARCHKEYMAPDEFS_H__
 
19
 
 
20
const QChar KSpaceChar = ' ';
 
21
 
 
22
// Separator character stored in predictive search table columns
 
23
const QChar KSeparatorChar = ' ';
 
24
 
 
25
 
 
26
const int KMibLatin1 = 4; // ISO_8859-1
 
27
 
 
28
#endif // __PREDICTIVESEARCHKEYMAPDEFS_H__
 
29
 
 
30
// End of file