~nick-dedekind/unity8/indicators.hint-interval

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/indicatorsmodel.cpp

  • Committer: Nick Dedekind
  • Date: 2014-03-07 15:54:57 UTC
  • mfrom: (638.1.118 unity8)
  • Revision ID: nicholas.dedekind@gmail.com-20140307155457-f0s1zu5ll2czt3rq
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
    Load all indicators.
87
87
*/
88
 
void IndicatorsModel::load()
 
88
void IndicatorsModel::load(const QString& profile)
89
89
{
90
90
    m_indicators.clear();
91
 
    m_manager->load();
 
91
    m_manager->load(profile);
92
92
}
93
93
 
94
94
/*!