Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17023
b: refs/heads/master
c: 19144d0
h: refs/heads/master
i:
  17021: 8f5ce41
  17019: 52e5e95
  17015: 4f41e01
  17007: ba66f4a
  16991: 54619c1
  16959: 66773f3
  16895: a85d3e6
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jan 9, 2006
1 parent 8bdf3b2 commit 4535d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1dac06b20dcc8078dab037bd70652c69c67ba672
refs/heads/master: 19144d0beab077950f3e767385e3c1050061b475
6 changes: 3 additions & 3 deletions trunk/scripts/kconfig/qconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class ConfigSettings : public QSettings {

#if QT_VERSION >= 300
void readListSettings();
QValueList<int> ConfigSettings::readSizes(const QString& key, bool *ok);
bool ConfigSettings::writeSizes(const QString& key, const QValueList<int>& value);
QValueList<int> readSizes(const QString& key, bool *ok);
bool writeSizes(const QString& key, const QValueList<int>& value);
#endif

bool showAll;
Expand Down Expand Up @@ -124,7 +124,7 @@ public slots:
void setParentMenu(void);

template <class P>
void ConfigList::updateMenuList(P*, struct menu*);
void updateMenuList(P*, struct menu*);

bool updateAll;

Expand Down

0 comments on commit 4535d02

Please sign in to comment.