Revision e0f88e8...

Go back to digest for 24th June 2012

Features in Educational

Sebastian Gottfried committed changes in [ktouch/next] /core:

core: provide infrastructure to store last selected course per profile

Attention: with this commit the profiles table got a new column.
Because this version of ktouch is still unreleased no database migration
step is provided. Either delete your profiles database
(~/.kde4/share/apps/ktouch/profiles.db) or adapt the table manually.

You may use the following SQL command:

ALTER TABLE profiles ADD COLUMN last_used_course_id TEXT;

File Changes

Modified 3 files
  • /core
  •   src/profile.cpp
  •   src/profile.h
  •   src/profiledataaccess.cpp
3 files changed in total